lib/active_merchant/billing/gateways/merchant_one.rb in activemerchant-1.105.0 vs lib/active_merchant/billing/gateways/merchant_one.rb in activemerchant-1.106.0

- old
+ new

@@ -99,11 +99,11 @@ responses = CGI.parse(data).inject({}) { |h, (k, v)| h[k] = v.first; h } Response.new( (responses['response'].to_i == 1), responses['responsetext'], responses, - :test => test?, - :authorization => responses['transactionid'] + test: test?, + authorization: responses['transactionid'] ) end end end end