hotfix credit card activation

Stephen Paul Weber created

Change summary

config.ru | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

config.ru 🔗

@@ -195,7 +195,7 @@ class CreditCardGateway
 		plan = Plan.for(plan_name)
 		sale(
 			ip: ip,
-			amount: plan.price(months),
+			amount: plan.price(5),
 			payment_method_nonce: nonce,
 			merchant_account_id: plan.merchant_account,
 			options: {submit_for_settlement: true}