File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 10
10
namespace PHPShopify ;
11
11
12
12
13
- /*
13
+ /**
14
14
* --------------------------------------------------------------------------
15
15
* PriceRule -> Child Resources
16
16
* --------------------------------------------------------------------------
Original file line number Diff line number Diff line change 74
74
* @property-read Customer $Customer
75
75
* @property-read CustomerSavedSearch $CustomerSavedSearch
76
76
* @property-read Discount $Discount
77
+ * @property-read PriceRule $PriceRule
77
78
* @property-read Event $Event
78
79
* @property-read FulfillmentService $FulfillmentService
79
80
* @property-read GiftCard $GiftCard
107
108
* @method Customer Customer(integer $id = null)
108
109
* @method CustomerSavedSearch CustomerSavedSearch(integer $id = null)
109
110
* @method Discount Discount(integer $id = null)
111
+ * @method PriceRule PriceRule(integer $id = null)
110
112
* @method Event Event(integer $id = null)
111
113
* @method FulfillmentService FulfillmentService(integer $id = null)
112
114
* @method GiftCard GiftCard(integer $id = null)
You can’t perform that action at this time.
0 commit comments