~singpolyma/jmp-pay

7f5003ac5a7283fac352adc450a8051277d522ae — Stephen Paul Weber 2 years ago 9cd0b87
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}