From 7a5bbd4c235185c4849271037a52b6f388e1594d Mon Sep 17 00:00:00 2001 From: Keith Brink Date: Mon, 15 Apr 2024 14:40:35 +0300 Subject: [PATCH] add ShipsInProductPackaging to prep instructions enum --- src/Constants/AmazonEnums.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Constants/AmazonEnums.php b/src/Constants/AmazonEnums.php index 3062422c..f83fbd8e 100644 --- a/src/Constants/AmazonEnums.php +++ b/src/Constants/AmazonEnums.php @@ -242,6 +242,7 @@ class AmazonEnums 'Debundle', 'CapSealing', 'BlankStickering', + 'ShipsInProductPackaging', 'NoPrep', 'NONE', ];