Skip to content

Commit 9d41ce2

Browse files
committed
Add missing sort_order attribute to ProductModifierValue
1 parent 56a69ae commit 9d41ce2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BigCommerce/ResourceModels/Catalog/Product/ProductModifierValue.php

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class ProductModifierValue implements JsonSerializable
1111
public ?int $productId;
1212
public string $label;
1313
public bool $is_default = false;
14+
public int $sort_order;
1415
public ?ProductModifierValueAdjuster $adjusters;
1516

1617
public function __construct(?int $productId, string $label)

0 commit comments

Comments
 (0)