Skip to content

Commit

Permalink
Update goshopify.go
Browse files Browse the repository at this point in the history
Fixed fullfillment typo
  • Loading branch information
MarkSpruijt authored Aug 10, 2020
1 parent 4699def commit 13971ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goshopify.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func NewClient(app App, shopName, token string, opts ...Option) *Client {
c.Customer = &CustomerServiceOp{client: c}
c.CustomerAddress = &CustomerAddressServiceOp{client: c}
c.Order = &OrderServiceOp{client: c}
c.Fulfilment = &FulfillmentServiceOp{client: c}
c.Fulfillment = &FulfillmentServiceOp{client: c}
c.DraftOrder = &DraftOrderServiceOp{client: c}
c.Shop = &ShopServiceOp{client: c}
c.Webhook = &WebhookServiceOp{client: c}
Expand Down

0 comments on commit 13971ec

Please sign in to comment.