product additions

This commit is contained in:
CHIEFSOFT\ameye
2025-01-12 12:21:10 -05:00
parent 4d71547c94
commit 33edb1b59f
3 changed files with 10 additions and 10 deletions
+1
View File
@@ -2,4 +2,5 @@ export const productConst = {
PRODUCT_AVAILABLE: 5,
PRODUCT_PROVISIONING: 6,
PRODUCT_ACTIVE: 7,
PRODUCT_DEACTIVATED: 9,
};