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 7373 * @property-read Collect $Collect
7474 * @property-read Comment $Comment
7575 * @property-read Country $Country
76+ * @property-read Currency $Currency
7677 * @property-read CustomCollection $CustomCollection
7778 * @property-read Customer $Customer
7879 * @property-read CustomerSavedSearch $CustomerSavedSearch
109110 * @method Collect Collect(integer $id = null)
110111 * @method Comment Comment(integer $id = null)
111112 * @method Country Country(integer $id = null)
113+ * @method Currency Currency(integer $id = null)
112114 * @method CustomCollection CustomCollection(integer $id = null)
113115 * @method Customer Customer(integer $id = null)
114116 * @method CustomerSavedSearch CustomerSavedSearch(integer $id = null)
@@ -173,6 +175,7 @@ class ShopifySDK
173175 'Collect ' ,
174176 'Comment ' ,
175177 'Country ' ,
178+ 'Currency ' ,
176179 'CustomCollection ' ,
177180 'Customer ' ,
178181 'CustomerSavedSearch ' ,
You can’t perform that action at this time.
0 commit comments