Skip to content

Commit fdecbc4

Browse files
committed
Add "FulfillmentOrder" and alfabetize properties
1 parent 618038a commit fdecbc4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/ShopifySDK.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868

6969
/**
7070
* @property-read AbandonedCheckout $AbandonedCheckout
71-
* @property-read AssignedFulfillmentOrder $AssignedFulfillmentOrder
7271
* @property-read AccessScope $AccessScope
7372
* @property-read ApiDeprecations $ApiDeprecations
7473
* @property-read ApplicationCharge $ApplicationCharge
74+
* @property-read AssignedFulfillmentOrder $AssignedFulfillmentOrder
7575
* @property-read Blog $Blog
7676
* @property-read CarrierService $CarrierService
7777
* @property-read Cart $Cart
@@ -88,6 +88,7 @@
8888
* @property-read DraftOrder $DraftOrder
8989
* @property-read Event $Event
9090
* @property-read Fulfillment $Fulfillment
91+
* @property-read FulfillmentOrder $FulfillmentOrder
9192
* @property-read FulfillmentService $FulfillmentService
9293
* @property-read GiftCard $GiftCard
9394
* @property-read InventoryItem $InventoryItem
@@ -98,18 +99,18 @@
9899
* @property-read Order $Order
99100
* @property-read Page $Page
100101
* @property-read Policy $Policy
102+
* @property-read PriceRule $PriceRule
101103
* @property-read Product $Product
102104
* @property-read ProductListing $ProductListing
103105
* @property-read ProductVariant $ProductVariant
104-
* @property-read PriceRule $PriceRule
105106
* @property-read RecurringApplicationCharge $RecurringApplicationCharge
106107
* @property-read Redirect $Redirect
107108
* @property-read Report $Report
108109
* @property-read ScriptTag $ScriptTag
109110
* @property-read ShippingZone $ShippingZone
110111
* @property-read Shop $Shop
111-
* @property-read SmartCollection $SmartCollection
112112
* @property-read ShopifyPayment $ShopifyPayment
113+
* @property-read SmartCollection $SmartCollection
113114
* @property-read TenderTransaction $TenderTransaction
114115
* @property-read Theme $Theme
115116
* @property-read User $User

0 commit comments

Comments
 (0)