lib/active_merchant/billing/gateways/skip_jack.rb in activemerchant-1.112.0 vs lib/active_merchant/billing/gateways/skip_jack.rb in activemerchant-1.113.0
- old
+ new
@@ -49,10 +49,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'
}
CHANGE_STATUS_ERROR_MESSAGES = {
'0' => 'Success',
'-1' => 'Invalid Command',