lib/active_merchant/billing/gateways/sage_pay.rb in activemerchant-1.42.9 vs lib/active_merchant/billing/gateways/sage_pay.rb in activemerchant-1.43.0

- old
+ new

@@ -288,10 +288,10 @@ def post_data(action, parameters = {}) parameters.update( :Vendor => @options[:login], :TxType => TRANSACTIONS[action], - :VPSProtocol => "2.23" + :VPSProtocol => "3.00" ) if(application_id && (application_id != Gateway.application_id)) parameters.update(:ReferrerID => application_id) end