diff --git a/lib/ShopifySDK.php b/lib/ShopifySDK.php index e6e66f5..1d9276d 100644 --- a/lib/ShopifySDK.php +++ b/lib/ShopifySDK.php @@ -68,6 +68,7 @@ /** * @property-read AbandonedCheckout $AbandonedCheckout + * @property-read ApplicationCharge $ApplicationCharge * @property-read Blog $Blog * @property-read CarrierService $CarrierService * @property-read Collect $Collect @@ -81,7 +82,6 @@ * @property-read Discount $Discount * @property-read DiscountCode $DiscountCode * @property-read DraftOrder $DraftOrder - * @property-read PriceRule $PriceRule * @property-read Event $Event * @property-read FulfillmentService $FulfillmentService * @property-read GiftCard $GiftCard @@ -96,8 +96,10 @@ * @property-read Product $Product * @property-read ProductListing $ProductListing * @property-read ProductVariant $ProductVariant + * @property-read PriceRule $PriceRule * @property-read RecurringApplicationCharge $RecurringApplicationCharge * @property-read Redirect $Redirect + * @property-read Report $Report * @property-read ScriptTag $ScriptTag * @property-read ShippingZone $ShippingZone * @property-read Shop $Shop @@ -108,6 +110,7 @@ * @property-read GraphQL $GraphQL * * @method AbandonedCheckout AbandonedCheckout(integer $id = null) + * @method ApplicationCharge ApplicationCharge(integer $id = null) * @method Blog Blog(integer $id = null) * @method CarrierService CarrierService(integer $id = null) * @method Collect Collect(integer $id = null) @@ -121,7 +124,6 @@ * @method Discount Discount(integer $id = null) * @method DraftOrder DraftOrder(integer $id = null) * @method DiscountCode DiscountCode(integer $id = null) - * @method PriceRule PriceRule(integer $id = null) * @method Event Event(integer $id = null) * @method FulfillmentService FulfillmentService(integer $id = null) * @method GiftCard GiftCard(integer $id = null) @@ -136,8 +138,10 @@ * @method Product Product(integer $id = null) * @method ProductListing ProductListing(integer $id = null) * @method ProductVariant ProductVariant(integer $id = null) + * @method PriceRule PriceRule(integer $id = null) * @method RecurringApplicationCharge RecurringApplicationCharge(integer $id = null) * @method Redirect Redirect(integer $id = null) + * @method Report Report(integer $id = null) * @method ScriptTag ScriptTag(integer $id = null) * @method ShippingZone ShippingZone(integer $id = null) * @method Shop Shop(integer $id = null)