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

- old
+ new

@@ -181,11 +181,10 @@ Response.new(success, message, response, test: test?, authorization: authorization, avs_result: { code: avs_code(response, options) }, - cvv_result: response[:CVCResponseCode] - ) + cvv_result: response[:CVCResponseCode]) rescue ResponseError => e if e.response.code == '401' return Response.new(false, 'Invalid Login') else raise