File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 44
55* Adds the following new processor to ` Minfraud::Components::Payment ` :
66 * ` :windcave `
7+ * The ` last_4_digits ` input to ` Minfraud::Components::CreditCard ` has been
8+ deprecated in favor of ` last_digits ` and will be removed in a future
9+ release. ` last_digits ` /` last_4_digits ` also now supports two digit values
10+ in addition to the previous four digit values.
11+ * Eight digit ` issuer_id_numbers ` inputs are now supported by
12+ ` 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 ` .
717
818## v2.0.0 (2021-12-06)
919
You can’t perform that action at this time.
0 commit comments