Skip to content

Commit 4210da6

Browse files
committed
Merge pull request #297 from victorlap/update-php-docs-with-fulfillment-order
Add "FulfillmentOrder" and alfabetize properties
2 parents e301d02 + fdecbc4 commit 4210da6

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 GiftCardAdjustment $GiftCardAdjustment
@@ -99,18 +100,18 @@
99100
* @property-read Order $Order
100101
* @property-read Page $Page
101102
* @property-read Policy $Policy
103+
* @property-read PriceRule $PriceRule
102104
* @property-read Product $Product
103105
* @property-read ProductListing $ProductListing
104106
* @property-read ProductVariant $ProductVariant
105-
* @property-read PriceRule $PriceRule
106107
* @property-read RecurringApplicationCharge $RecurringApplicationCharge
107108
* @property-read Redirect $Redirect
108109
* @property-read Report $Report
109110
* @property-read ScriptTag $ScriptTag
110111
* @property-read ShippingZone $ShippingZone
111112
* @property-read Shop $Shop
112-
* @property-read SmartCollection $SmartCollection
113113
* @property-read ShopifyPayment $ShopifyPayment
114+
* @property-read SmartCollection $SmartCollection
114115
* @property-read TenderTransaction $TenderTransaction
115116
* @property-read Theme $Theme
116117
* @property-read User $User

0 commit comments

Comments
 (0)