lib/active_merchant/billing/credit_card.rb in activemerchant-1.112.0 vs lib/active_merchant/billing/credit_card.rb in activemerchant-1.113.0
- old
+ new
@@ -188,10 +188,10 @@
'fallback_no_chip' => 'Magstripe was read because the card has no chip.',
'fallback_chip_error' => "Magstripe was read because the card's chip failed.",
'contactless' => 'Data was read by a Contactless EMV kernel. Issuer script results are not available.',
'contactless_magstripe' => 'Contactless data was read with a non-EMV protocol.',
'contact' => 'Data was read using the EMV protocol. Issuer script results may follow.',
- 'contact_quickchip' => 'Data was read by the Quickchip EMV kernel. Issuer script results are not available.',
+ 'contact_quickchip' => 'Data was read by the Quickchip EMV kernel. Issuer script results are not available.'
}
# Returns the ciphertext of the card's encrypted PIN.
#
# @return [String]