Skip to content

Commit

Permalink
Merge pull request #17 from plentymarkets/fulfi/fix/45619-boxing-prep…
Browse files Browse the repository at this point in the history
…-instruction

add "Boxing" as allowed value for PrepInstruction
  • Loading branch information
vcarstea-plenty authored Feb 17, 2023
2 parents ddfedcb + 37c9fe4 commit f878116
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ class PrepInstruction

public const HANG_GARMENT = 'HangGarment';

public const BOXING = 'Boxing';

private /** [COMPAT] string */ $value;

public function __construct(string $value)
Expand All @@ -71,6 +73,7 @@ public static function getAllowableEnumValues() : array
self::BLACK_SHRINK_WRAPPING,
self::LABELING,
self::HANG_GARMENT,
self::BOXING,
];
}

Expand Down

0 comments on commit f878116

Please sign in to comment.