Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "FulfillmentOrder" and alfabetize properties #297

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions lib/ShopifySDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down