diff --git a/config.ru b/config.ru index 2c7c4a165f9a0179938bc907aff7dc18b1fe8139..1e3945b00e0d6bdae935e60f5f01e17af07506e5 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}