Skip to content

Commit d66b266

Browse files
authored
Merge pull request #159 from victorlap/patch-1
Update ShopifySDK.php
2 parents 37ff9aa + 989d7b3 commit d66b266

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

lib/ShopifySDK.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868

6969
/**
7070
* @property-read AbandonedCheckout $AbandonedCheckout
71+
* @property-read ApplicationCharge $ApplicationCharge
7172
* @property-read Blog $Blog
7273
* @property-read CarrierService $CarrierService
7374
* @property-read Collect $Collect
@@ -81,7 +82,6 @@
8182
* @property-read Discount $Discount
8283
* @property-read DiscountCode $DiscountCode
8384
* @property-read DraftOrder $DraftOrder
84-
* @property-read PriceRule $PriceRule
8585
* @property-read Event $Event
8686
* @property-read FulfillmentService $FulfillmentService
8787
* @property-read GiftCard $GiftCard
@@ -96,8 +96,10 @@
9696
* @property-read Product $Product
9797
* @property-read ProductListing $ProductListing
9898
* @property-read ProductVariant $ProductVariant
99+
* @property-read PriceRule $PriceRule
99100
* @property-read RecurringApplicationCharge $RecurringApplicationCharge
100101
* @property-read Redirect $Redirect
102+
* @property-read Report $Report
101103
* @property-read ScriptTag $ScriptTag
102104
* @property-read ShippingZone $ShippingZone
103105
* @property-read Shop $Shop
@@ -108,6 +110,7 @@
108110
* @property-read GraphQL $GraphQL
109111
*
110112
* @method AbandonedCheckout AbandonedCheckout(integer $id = null)
113+
* @method ApplicationCharge ApplicationCharge(integer $id = null)
111114
* @method Blog Blog(integer $id = null)
112115
* @method CarrierService CarrierService(integer $id = null)
113116
* @method Collect Collect(integer $id = null)
@@ -121,7 +124,6 @@
121124
* @method Discount Discount(integer $id = null)
122125
* @method DraftOrder DraftOrder(integer $id = null)
123126
* @method DiscountCode DiscountCode(integer $id = null)
124-
* @method PriceRule PriceRule(integer $id = null)
125127
* @method Event Event(integer $id = null)
126128
* @method FulfillmentService FulfillmentService(integer $id = null)
127129
* @method GiftCard GiftCard(integer $id = null)
@@ -136,8 +138,10 @@
136138
* @method Product Product(integer $id = null)
137139
* @method ProductListing ProductListing(integer $id = null)
138140
* @method ProductVariant ProductVariant(integer $id = null)
141+
* @method PriceRule PriceRule(integer $id = null)
139142
* @method RecurringApplicationCharge RecurringApplicationCharge(integer $id = null)
140143
* @method Redirect Redirect(integer $id = null)
144+
* @method Report Report(integer $id = null)
141145
* @method ScriptTag ScriptTag(integer $id = null)
142146
* @method ShippingZone ShippingZone(integer $id = null)
143147
* @method Shop Shop(integer $id = null)

0 commit comments

Comments
 (0)