From b33ceb1ae55c795da15840050b1f688cbadec136 Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 1 Jun 2023 14:55:11 +0200 Subject: [PATCH] Add "FulfillmentOrder" and alfabetize properties --- lib/ShopifySDK.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/ShopifySDK.php b/lib/ShopifySDK.php index f10caea..f9639cb 100644 --- a/lib/ShopifySDK.php +++ b/lib/ShopifySDK.php @@ -68,10 +68,10 @@ /** * @property-read AbandonedCheckout $AbandonedCheckout - * @property-read AssignedFulfillmentOrder $AssignedFulfillmentOrder * @property-read AccessScope $AccessScope * @property-read ApiDeprecations $ApiDeprecations * @property-read ApplicationCharge $ApplicationCharge + * @property-read AssignedFulfillmentOrder $AssignedFulfillmentOrder * @property-read Blog $Blog * @property-read CarrierService $CarrierService * @property-read Cart $Cart @@ -88,6 +88,7 @@ * @property-read DraftOrder $DraftOrder * @property-read Event $Event * @property-read Fulfillment $Fulfillment + * @property-read FulfillmentOrder $FulfillmentOrder * @property-read FulfillmentService $FulfillmentService * @property-read GiftCard $GiftCard * @property-read InventoryItem $InventoryItem @@ -98,18 +99,18 @@ * @property-read Order $Order * @property-read Page $Page * @property-read Policy $Policy + * @property-read PriceRule $PriceRule * @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 - * @property-read SmartCollection $SmartCollection * @property-read ShopifyPayment $ShopifyPayment + * @property-read SmartCollection $SmartCollection * @property-read TenderTransaction $TenderTransaction * @property-read Theme $Theme * @property-read User $User