Skip to content

Commit

Permalink
Merge pull request #297 from victorlap/update-php-docs-with-fulfillme…
Browse files Browse the repository at this point in the history
…nt-order

Add "FulfillmentOrder" and alfabetize properties
  • Loading branch information
tareqtms authored Sep 16, 2023
2 parents 809aed5 + b33ceb1 commit c2f3447
Showing 1 changed file with 4 additions and 3 deletions.
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 GiftCardAdjustment $GiftCardAdjustment
Expand All @@ -99,18 +100,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

0 comments on commit c2f3447

Please sign in to comment.