Skip to content

Commit 1b38476

Browse files
committed
Currency Resource added
1 parent d7a664a commit 1b38476

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/ShopifySDK.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
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
@@ -109,6 +110,7 @@
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',

0 commit comments

Comments
 (0)