New active [product page

This commit is contained in:
CHIEFSOFT\ameye
2025-01-05 17:50:39 -05:00
parent a60a18dce8
commit 68c4bbbca7
5 changed files with 285 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
export const productConst = {
PRODUCT_AVAILABLE: 0,
PRODUCT_PROVISIONING: 5,
PRODUCT_ACTIVE: 7,
};