From 7f5003ac5a7283fac352adc450a8051277d522ae Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 4 Aug 2021 19:36:31 -0500 Subject: [PATCH] hotfix credit card activation --- config.ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ru b/config.ru index 2c7c4a1..1e3945b 100644 --- a/config.ru +++ b/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} -- 2.45.2