Assign coupons
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user