@@ -22,16 +22,15 @@ CHANGELOG
2222 ` response.ipAddress.traits.mobileCountryCode ` and
2323 ` response.ipAddress.traits.mobileNetworkCode ` . We expect this data to be
2424 available by late January, 2022.
25- * The ` /credit_card/last4digits ` input has been deprecated in favor of
26- ` /credit_card/lastDigits ` and will be removed in a future release.
27- ` lastDigits ` /` last4digits ` also now supports two digit values in
28- addition to the previous four digit values.
29- * Eight digit ` /credit_card/issuerIdNumber ` inputs are now supported in
30- addition to the previously accepted six digit ` issuerIdNumber ` . In most
31- cases, you should send the last four digits for ` lastDigits ` . If you send
32- an ` issuerIdNumber ` that contains an eight digit IIN, and if the credit
33- card brand is not one of the following, you should send the last two digits
34- for ` lastDigits ` :
25+ * ` creditCard.last4digits ` has been deprecated in favor of ` creditCard.lastDigits `
26+ and will be removed in a future release. ` lastDigits ` /` last4digits ` also now
27+ supports two digit values in addition to the previous four digit values.
28+ * Eight digit ` creditCard.issuerIdNumber ` inputs are now supported in addition to
29+ the previously accepted six digit ` issuerIdNumber ` . In most cases, you should
30+ send the last four digits for ` creditCard.lastDigits ` . If you send a
31+ ` issuerIdNumber ` that contains an eight digit IIN, and if the credit card brand
32+ is not one of the following, you should send the last two digits for
33+ ` lastDigits ` :
3534 * ` Discover `
3635 * ` JCB `
3736 * ` Mastercard `
0 commit comments