Assign coupons

This commit is contained in:
dev-chiefworks
2022-06-02 21:05:53 -04:00
parent d3e28d2aad
commit 51f2b550bc
3 changed files with 143 additions and 22 deletions
+9
View File
@@ -269,3 +269,12 @@ define('PAY_MODE_BONUS', 9);
define('APPROVED_BALANCE', 5);
define('DISAPROVE_BALANCE', 3);
// for coupon table
define('COUPON_ALLOC_STARTED', 100);
define('COUPON_ALLOC_ALLOCATED', 200);
// for allocation table
define('COUPON_ACTIVE', 500);