|
146 | 146 | * @method ScriptTag ScriptTag(integer $id = null) |
147 | 147 | * @method ShippingZone ShippingZone(integer $id = null) |
148 | 148 | * @method Shop Shop(integer $id = null) |
| 149 | + * @method ShopifyPayment ShopifyPayment() |
149 | 150 | * @method SmartCollection SmartCollection(integer $id = null) |
150 | 151 | * @method Theme Theme(int $id = null) |
151 | 152 | * @method User User(integer $id = null) |
@@ -235,16 +236,20 @@ class ShopifySDK |
235 | 236 | protected $childResources = array( |
236 | 237 | 'Article' => 'Blog', |
237 | 238 | 'Asset' => 'Theme', |
| 239 | + 'Balance' => 'ShopifyPayment', |
238 | 240 | 'CustomerAddress' => 'Customer', |
| 241 | + 'Dispute' => 'ShopifyPayment', |
239 | 242 | 'Fulfillment' => 'Order', |
240 | 243 | 'FulfillmentEvent' => 'Fulfillment', |
241 | 244 | 'OrderRisk' => 'Order', |
| 245 | + 'Payouts' => 'ShopifyPayment', |
242 | 246 | 'ProductImage' => 'Product', |
243 | 247 | 'ProductVariant' => 'Product', |
244 | 248 | 'DiscountCode' => 'PriceRule', |
245 | 249 | 'Province' => 'Country', |
246 | 250 | 'Refund' => 'Order', |
247 | 251 | 'Transaction' => 'Order', |
| 252 | + 'Transactions' => 'Balance', |
248 | 253 | 'UsageCharge' => 'RecurringApplicationCharge', |
249 | 254 | ); |
250 | 255 |
|
|
0 commit comments