We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ceccbe commit 9afe010Copy full SHA for 9afe010
lib/minfraud/components/credit_card.rb
@@ -116,7 +116,6 @@ def validate
116
validate_telephone_country_code('bank_phone_country_code', @bank_phone_country_code)
117
validate_regex('issuer_id_number', /\A(?:[0-9]{6}|[0-9]{8})\z/, @issuer_id_number)
118
validate_regex('last_digits', /\A(?:[0-9]{2}|[0-9]{4})\z/, @last_digits)
119
- validate_regex('last_4_digits', /\A(?:[0-9]{2}|[0-9]{4})\z/, @last_4_digits)
120
validate_string('bank_name', 255, @bank_name)
121
validate_string('bank_phone_number', 255, @bank_phone_number)
122
validate_string('avs_result', 1, @avs_result)
0 commit comments