lib/active_merchant/billing/credit_card.rb in activemerchant-1.58.0 vs lib/active_merchant/billing/credit_card.rb in activemerchant-1.59.0

- old
+ new

@@ -180,13 +180,18 @@ # This can be an arbitrary string. # # @return [String] attr_accessor :fallback_reason - # Returns or sets whether card-present card data has been read contactlessly. + # Returns or sets whether card-present EMV data has been read contactlessly. # # @return [true, false] - attr_accessor :contactless + attr_accessor :contactless_emv + + # Returns or sets whether card-present magstripe data has been read contactlessly. + # + # @return [true, false] + attr_accessor :contactless_magstripe # Returns the ciphertext of the card's encrypted PIN. # # @return [String] attr_accessor :encrypted_pin_cryptogram