Skip to content

Commit 2704279

Browse files
committed
Mention six digit iin and two digit last digit support in HISTORY
1 parent 9d5b8da commit 2704279

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ History
2323
* ``payvision``
2424
* ``trustly``
2525
* ``windcave``
26+
* The ``/credit_card/last_4_digits`` input has been deprecated in favor of
27+
``/credit_card/last_digits`` and will be removed in a future release.
28+
``last_digits``/``last_4_digits`` also now supports two digit values in
29+
addition to the previous four digit values.
30+
* Eight digit ``/credit_card/issuer_id_number`` inputs are now supported in
31+
addition to the previously accepted six digit ``issuer_id_number``. If you
32+
send six digits for the ``issuer_id_number``, you should send the last four
33+
digits for ``last_digits``. If you send eight digits for ``issuer_id_number``
34+
you should send the last two digits for ``last_digits``.
2635

2736
2.5.0 (2021-09-20)
2837
++++++++++++++++++

0 commit comments

Comments
 (0)