hotfix credit card activation
1 files changed, 1 insertions(+), 1 deletions(-) M config.ru
M config.ru => config.ru +1 -1
@@ 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}