Skip to content

Commit

Permalink
Merge pull request #52 from db306/master
Browse files Browse the repository at this point in the history
Fixed PriceRule propertyRead from the main SDK
  • Loading branch information
tareqtms authored May 21, 2019
2 parents 184d2a1 + ca3bbe1 commit e9fbdbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PriceRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace PHPShopify;


/*
/**
* --------------------------------------------------------------------------
* PriceRule -> Child Resources
* --------------------------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions lib/ShopifySDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
* @property-read Customer $Customer
* @property-read CustomerSavedSearch $CustomerSavedSearch
* @property-read Discount $Discount
* @property-read PriceRule $PriceRule
* @property-read Event $Event
* @property-read FulfillmentService $FulfillmentService
* @property-read GiftCard $GiftCard
Expand Down Expand Up @@ -107,6 +108,7 @@
* @method Customer Customer(integer $id = null)
* @method CustomerSavedSearch CustomerSavedSearch(integer $id = null)
* @method Discount Discount(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 Down

0 comments on commit e9fbdbc

Please sign in to comment.