Needs gateway
1 files changed, 1 insertions(+), 1 deletions(-) M config.ru
M config.ru => config.ru +1 -1
@@ 183,7 183,7 @@ class CreditCardGateway def sale(ip:, **kwargs) return nil unless decline_guard(ip) - tx = Transaction.sale(**kwargs) + tx = Transaction.sale(@gateway, **kwargs) return tx if tx REDIS.incr("jmp_pay_decline-#{@customer_id}")