lib/active_merchant/billing/gateways/opp.rb in activemerchant-1.87.0 vs lib/active_merchant/billing/gateways/opp.rb in activemerchant-1.88.0

- old
+ new

@@ -187,10 +187,10 @@ add_invoice(post, money, options) commit(post, authorization, options) end def add_authentication(post) - post[:authentication] = { entityId: @options[:entity_id], password: @options[:password], userId: @options[:user_id]} + post[:authentication] = { entityId: @options[:entity_id], password: @options[:password], userId: @options[:user_id]} end def add_customer_data(post, payment, options) if options[:customer] post[:customer] = {