Skip to content

Commit b3268cb

Browse files
committed
[Fixes #42] Product Variant search enabled
1 parent e9fbdbc commit b3268cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/ProductVariant.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ class ProductVariant extends ShopifyResource
2626
*/
2727
protected $resourceKey = 'variant';
2828

29+
/**
30+
* @inheritDoc
31+
*/
32+
public $searchEnabled = true;
33+
2934
/**
3035
* @inheritDoc
3136
*/

0 commit comments

Comments
 (0)