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

- old
+ new

@@ -359,14 +359,14 @@ def authorization_from(response, params, action) case action when :store response['Token'] else - [ params[:VendorTxCode], - response['VPSTxId'] || params[:VPSTxId], - response['TxAuthNo'], - response['SecurityKey'] || params[:SecurityKey], - action ].join(';') + [ params[:VendorTxCode], + response['VPSTxId'] || params[:VPSTxId], + response['TxAuthNo'], + response['SecurityKey'] || params[:SecurityKey], + action ].join(';') end end def abort_or_void_from(identification) original_transaction = identification.split(';').last