Skip to content

Commit a395ebb

Browse files
committed
Fix issue where productmodifiervalue::sort_order could not be updated
1 parent 9d41ce2 commit a395ebb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public function jsonSerialize(): array
4141
$json = [
4242
'is_default' => $this->is_default,
4343
'label' => $this->label,
44+
'sort_order' => $this->sort_order,
4445
];
4546

4647
if (isset($this->adjusters)) {

0 commit comments

Comments
 (0)