Skip to content

Commit e9fbdbc

Browse files
authored
Merge pull request #52 from db306/master
Fixed PriceRule propertyRead from the main SDK
2 parents 184d2a1 + ca3bbe1 commit e9fbdbc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/PriceRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace PHPShopify;
1111

1212

13-
/*
13+
/**
1414
* --------------------------------------------------------------------------
1515
* PriceRule -> Child Resources
1616
* --------------------------------------------------------------------------

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)