Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomotron committed Jan 31, 2023
1 parent 9b13af0 commit b946d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ Fulfillments can only be cancelled if their `Status` is `pending`.

```cs
var service = new FulfillmentService(myShopifyUrl, shopAccessToken);
await service.CancelAsync(orderId, fulfillmentId)
await service.CancelAsync(fulfillmentId)
```

---
Expand Down

0 comments on commit b946d87

Please sign in to comment.