From 82c50bd5db7fdf26f3ada25a422a3d2ff527049c Mon Sep 17 00:00:00 2001 From: Nick Zeng Date: Tue, 9 Dec 2025 15:46:01 +0800 Subject: [PATCH] add shopee enum --- .../Platform/Shopee/Constants/ItemStatus.php | 33 ++++++++++++++ .../Platform/Shopee/Constants/OrderStatus.php | 45 +++++++++++++++++++ .../Shopee/Constants/ReturnStatus.php | 36 +++++++++++++++ 3 files changed, 114 insertions(+) create mode 100644 backend/app/Platform/Shopee/Constants/ItemStatus.php create mode 100644 backend/app/Platform/Shopee/Constants/OrderStatus.php create mode 100644 backend/app/Platform/Shopee/Constants/ReturnStatus.php diff --git a/backend/app/Platform/Shopee/Constants/ItemStatus.php b/backend/app/Platform/Shopee/Constants/ItemStatus.php new file mode 100644 index 0000000..e9ca223 --- /dev/null +++ b/backend/app/Platform/Shopee/Constants/ItemStatus.php @@ -0,0 +1,33 @@ +