File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 73
73
* @property-read Collect $Collect
74
74
* @property-read Comment $Comment
75
75
* @property-read Country $Country
76
+ * @property-read Currency $Currency
76
77
* @property-read CustomCollection $CustomCollection
77
78
* @property-read Customer $Customer
78
79
* @property-read CustomerSavedSearch $CustomerSavedSearch
109
110
* @method Collect Collect(integer $id = null)
110
111
* @method Comment Comment(integer $id = null)
111
112
* @method Country Country(integer $id = null)
113
+ * @method Currency Currency(integer $id = null)
112
114
* @method CustomCollection CustomCollection(integer $id = null)
113
115
* @method Customer Customer(integer $id = null)
114
116
* @method CustomerSavedSearch CustomerSavedSearch(integer $id = null)
@@ -173,6 +175,7 @@ class ShopifySDK
173
175
'Collect ' ,
174
176
'Comment ' ,
175
177
'Country ' ,
178
+ 'Currency ' ,
176
179
'CustomCollection ' ,
177
180
'Customer ' ,
178
181
'CustomerSavedSearch ' ,
You can’t perform that action at this time.
0 commit comments