Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomotron committed Jul 10, 2023
1 parent 33a6ca4 commit 2e7d906
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 @@ -1346,7 +1346,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 2e7d906

Please sign in to comment.