Skip to content

Update ShopifySDK.php #159

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

Merged
merged 1 commit into from
May 15, 2020
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
8 changes: 6 additions & 2 deletions lib/ShopifySDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@

/**
* @property-read AbandonedCheckout $AbandonedCheckout
* @property-read ApplicationCharge $ApplicationCharge
* @property-read Blog $Blog
* @property-read CarrierService $CarrierService
* @property-read Collect $Collect
Expand All @@ -81,7 +82,6 @@
* @property-read Discount $Discount
* @property-read DiscountCode $DiscountCode
* @property-read DraftOrder $DraftOrder
* @property-read PriceRule $PriceRule
* @property-read Event $Event
* @property-read FulfillmentService $FulfillmentService
* @property-read GiftCard $GiftCard
Expand All @@ -96,8 +96,10 @@
* @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
Expand All @@ -108,6 +110,7 @@
* @property-read GraphQL $GraphQL
*
* @method AbandonedCheckout AbandonedCheckout(integer $id = null)
* @method ApplicationCharge ApplicationCharge(integer $id = null)
* @method Blog Blog(integer $id = null)
* @method CarrierService CarrierService(integer $id = null)
* @method Collect Collect(integer $id = null)
Expand All @@ -121,7 +124,6 @@
* @method Discount Discount(integer $id = null)
* @method DraftOrder DraftOrder(integer $id = null)
* @method DiscountCode DiscountCode(integer $id = null)
* @method PriceRule PriceRule(integer $id = null)
* @method Event Event(integer $id = null)
* @method FulfillmentService FulfillmentService(integer $id = null)
* @method GiftCard GiftCard(integer $id = null)
Expand All @@ -136,8 +138,10 @@
* @method Product Product(integer $id = null)
* @method ProductListing ProductListing(integer $id = null)
* @method ProductVariant ProductVariant(integer $id = null)
* @method PriceRule PriceRule(integer $id = null)
* @method RecurringApplicationCharge RecurringApplicationCharge(integer $id = null)
* @method Redirect Redirect(integer $id = null)
* @method Report Report(integer $id = null)
* @method ScriptTag ScriptTag(integer $id = null)
* @method ShippingZone ShippingZone(integer $id = null)
* @method Shop Shop(integer $id = null)
Expand Down