bin/process_invite_rewards 🔗
@@ -17,7 +17,9 @@ PLANS =
currency: Currency,
monthly_price: Natural,
minutes: Quota,
- messages: Quota
+ messages: Quota,
+ allow_register: Bool,
+ subaccount_discount: Natural
}
DHALL
Stephen Paul Weber created
bin/process_invite_rewards | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
@@ -17,7 +17,9 @@ PLANS =
currency: Currency,
monthly_price: Natural,
minutes: Quota,
- messages: Quota
+ messages: Quota,
+ allow_register: Bool,
+ subaccount_discount: Natural
}
DHALL