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

- old
+ new

@@ -138,11 +138,10 @@ Response.new(response['result'] == APPROVED, message_from(response), response, test: @options[:test] || test?, authorization: authorization_from(response), avs_result: { code: response['avs_response'] }, - cvv_result: response['cvv2_response'] - ) + cvv_result: response['cvv2_response']) end def authorization_from(response) response['txn_id'] end