Skip to content

Commit 7ebe840

Browse files
committed
Fixed PriceRule propertyRead from the main SDK file in order to facilitate access to the Price Rule API
1 parent d3c7f3b commit 7ebe840

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ShopifySDK.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
* @property-read Customer $Customer
7575
* @property-read CustomerSavedSearch $CustomerSavedSearch
7676
* @property-read Discount $Discount
77+
* @property-read PriceRule $PriceRule
7778
* @property-read Event $Event
7879
* @property-read FulfillmentService $FulfillmentService
7980
* @property-read GiftCard $GiftCard
@@ -107,6 +108,7 @@
107108
* @method Customer Customer(integer $id = null)
108109
* @method CustomerSavedSearch CustomerSavedSearch(integer $id = null)
109110
* @method Discount Discount(integer $id = null)
111+
* @method PriceRule PriceRule(integer $id = null)
110112
* @method Event Event(integer $id = null)
111113
* @method FulfillmentService FulfillmentService(integer $id = null)
112114
* @method GiftCard GiftCard(integer $id = null)

0 commit comments

Comments
 (0)