lib/active_merchant/billing/gateways/pay_secure.rb in activemerchant-1.103.0 vs lib/active_merchant/billing/gateways/pay_secure.rb in activemerchant-1.104.0

- old
+ new

@@ -77,10 +77,10 @@ def successful?(response) response[:status] == SUCCESS end def authorization_from(response) - [ response[:authnum], response[:transid] ].compact.join(';') + [response[:authnum], response[:transid]].compact.join(';') end def test_response?(response) !!(response[:transid] =~ /SimProxy/) end