From e41190b9e25e5d478c960fba8ee329f274c186bd Mon Sep 17 00:00:00 2001 From: "john.mortlock" Date: Wed, 12 Jan 2022 10:11:25 +1030 Subject: [PATCH] Add a link to the comment requesting to fix the discover test card --- spec/sensitive_data_filter/types/credit_card_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/sensitive_data_filter/types/credit_card_spec.rb b/spec/sensitive_data_filter/types/credit_card_spec.rb index b538022..3e71cc0 100644 --- a/spec/sensitive_data_filter/types/credit_card_spec.rb +++ b/spec/sensitive_data_filter/types/credit_card_spec.rb @@ -11,6 +11,7 @@ 'American Express Corporate' => ['3787 344936 71000'], 'Australian BankCard' => ['5610 5910 8101 8250'], 'Diners Club' => ['3056 930902 5904', '3852 000002 3237'], + # https://github.com/didww/credit_card_validations/issues/110 'Discover' => [CreditCardValidations::Factory.random(:discover), '6011 0009 9013 9424'], 'JCB' => ['3530 1113 3330 0000', '3566 0020 2036 0505'], 'MasterCard' => ['5555 5555 5555 4444', '5105 1051 0510 5100'],