Skip to content

Commit f633723

Browse files
committed
DraftOrder->complete is a PUT action
1 parent b874144 commit f633723

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/DraftOrder.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ class DraftOrder extends ShopifyResource
3131
*/
3232
protected $customPostActions = array(
3333
'send_invoice',
34+
);
35+
36+
/**
37+
* @inheritDoc
38+
*/
39+
protected $customPutActions = array(
3440
'complete',
3541
);
3642
}

0 commit comments

Comments
 (0)