Skip to content

Commit e761176

Browse files
committed
Add data key to AssignedFulfilmentOrder
1 parent e1fdac3 commit e761176

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/AssignedFulfillmentOrder.php

+5
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ class AssignedFulfillmentOrder extends ShopifyResource
1313
* @inheritDoc
1414
*/
1515
protected $resourceKey = 'assigned_fulfillment_order';
16+
17+
/**
18+
* @inheritDoc
19+
*/
20+
protected $dataKey = 'fulfillment_orders';
1621
}

0 commit comments

Comments
 (0)