File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 88 deprecated in favor of ` last_digits ` and will be removed in a future
99 release. ` last_digits ` /` last_4_digits ` also now supports two digit values
1010 in addition to the previous four digit values.
11- * Eight digit ` issuer_id_numbers ` inputs are now supported by
11+ * Eight digit ` issuer_id_number ` inputs are now supported by
1212 ` Minfraud::Components::CreditCard ` in addition to the previously accepted
13- six digit ` issuer_id_number ` s. If you send six digits for the
14- ` issuer_id_number ` , you should send the last four digits for ` last_digits ` .
15- If you send eight digits for ` issuer_id_number ` , you should send the last
16- two digits for ` last_digits ` .
13+ six digit ` issuer_id_number ` . In most cases, you should send the last four
14+ digits for ` last_digits ` . If you send an ` issuer_id_number ` that contains
15+ an eight digit IIN, and if the credit card brand is not one of the
16+ following, you should send the last two digits for ` last_digits ` :
17+ * ` Discover `
18+ * ` JCB `
19+ * ` Mastercard `
20+ * ` UnionPay `
21+ * ` Visa `
1722
1823## v2.0.0 (2021-12-06)
1924
You can’t perform that action at this time.
0 commit comments