lib/active_merchant/billing/gateways/plugnpay.rb in activemerchant-1.112.0 vs lib/active_merchant/billing/gateways/plugnpay.rb in activemerchant-1.113.0

- old
+ new

@@ -29,10 +29,10 @@ 'S' => 'Address verification service not supported by issuer', 'U' => 'Address information is unavailable', 'W' => '9-digit zip/postal code matches billing information, street address does not', 'X' => 'Street address and 9-digit zip/postal code matches billing information', 'Y' => 'Street address and 5-digit zip/postal code matches billing information', - 'Z' => '5-digit zip/postal code matches billing information, street address does not', + 'Z' => '5-digit zip/postal code matches billing information, street address does not' } AVS_ERRORS = %w(A E N R W Z) PAYMENT_GATEWAY_RESPONSES = {