lib/active_merchant/billing/gateways/instapay.rb in activemerchant-1.114.0 vs lib/active_merchant/billing/gateways/instapay.rb in activemerchant-1.116.0

- old
+ new

@@ -141,11 +141,10 @@ response = parse(data) Response.new(response[:success], response[:message], response, authorization: response[:transaction_id], avs_result: { code: response[:avs_result] }, - cvv_result: response[:cvv_result] - ) + cvv_result: response[:cvv_result]) end def post_data(action, parameters = {}) post = {} post[:acctid] = @options[:login]