lib/active_merchant/billing/gateways/flo2cash_simple.rb in activemerchant-1.79.2 vs lib/active_merchant/billing/gateways/flo2cash_simple.rb in activemerchant-1.80.0

- old
+ new

@@ -7,10 +7,10 @@ post = {} add_invoice(post, amount, options) add_payment_method(post, payment_method) add_customer_data(post, options) - commit("ProcessPurchase", post) + commit('ProcessPurchase', post) end # Flo2Cash's "simple mode" does not support auth/capture undef_method :authorize undef_method :capture