lib/active_merchant/billing/gateways/mastercard.rb in activemerchant-1.105.0 vs lib/active_merchant/billing/gateways/mastercard.rb in activemerchant-1.106.0
- old
+ new
@@ -205,11 +205,11 @@
succeeded = success_from(raw)
Response.new(
succeeded,
message_from(succeeded, raw),
raw,
- :authorization => authorization_from(post, raw),
- :test => test?
+ authorization: authorization_from(post, raw),
+ test: test?
)
end
def build_url(orderid, transactionid)
"#{base_url}merchant/#{@options[:userid]}/order/#{orderid}/transaction/#{transactionid}"