Skip to content

Commit 79c21ef

Browse files
committed
Fixes #25 Example on the ReadMe to update order status is incorrect
1 parent 1dc2543 commit 79c21ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ $updateInfo = array (
154154
"fulfillment_status" => "fulfilled",
155155
);
156156

157-
$shopify->Order($orderID)->put($order);
157+
$shopify->Order($orderID)->put($updateInfo);
158158
```
159159

160160
- Remove a Webhook (DELETE request)

0 commit comments

Comments
 (0)