Skip to content

Commit 3b402c3

Browse files
committed
Count option is not available for Currency.
1 parent 1b38476 commit 3b402c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/Currency.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ class Currency extends ShopifyResource
1818
*/
1919
protected $resourceKey = 'currency';
2020

21+
/**
22+
* @inheritDoc
23+
*/
24+
public $countEnabled = false;
25+
2126
/**
2227
* @inheritDoc
2328
*/

0 commit comments

Comments
 (0)