Skip to content

Commit d72e332

Browse files
committed
Mention six digit iin and two digit last digit support in changelog
1 parent d32e3d0 commit d72e332

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
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

0 commit comments

Comments
 (0)