New plan schema
1 files changed, 3 insertions(+), 1 deletions(-) M bin/process_invite_rewards
M bin/process_invite_rewards => bin/process_invite_rewards +3 -1
@@ 17,7 17,9 @@ PLANS = currency: Currency, monthly_price: Natural, minutes: Quota, - messages: Quota + messages: Quota, + allow_register: Bool, + subaccount_discount: Natural } DHALL