lib/active_merchant/billing/credit_card.rb in activemerchant-1.29.3 vs lib/active_merchant/billing/credit_card.rb in activemerchant-1.30.0
- old
+ new
@@ -179,11 +179,11 @@
#
# @return [String] a display-friendly version of the card number
def display_number
self.class.mask(number)
end
-
+
def first_digits
self.class.first_digits(number)
end
def last_digits
@@ -205,9 +205,13 @@
validate_switch_or_solo_attributes
end
def self.requires_verification_value?
require_verification_value
+ end
+
+ def check?
+ false
end
private
def before_validate #:nodoc: