lib/active_merchant/billing/gateways/modern_payments.rb in activemerchant-1.83.0 vs lib/active_merchant/billing/gateways/modern_payments.rb in activemerchant-1.84.0
- old
+ new
@@ -26,9 +26,10 @@
cim.authorize_credit_card_payment(customer_id, money)
end
private
+
def cim
@cim ||= ModernPaymentsCimGateway.new(@options)
end
end
end