Skip to content

Commit

Permalink
Add missing sort_order attribute to ProductModifierValue
Browse files Browse the repository at this point in the history
  • Loading branch information
jswift committed Aug 24, 2020
1 parent 56a69ae commit 9d41ce2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class ProductModifierValue implements JsonSerializable
public ?int $productId;
public string $label;
public bool $is_default = false;
public int $sort_order;
public ?ProductModifierValueAdjuster $adjusters;

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

0 comments on commit 9d41ce2

Please sign in to comment.