New plan schema

Stephen Paul Weber created

Change summary

bin/process_invite_rewards | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Detailed changes

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