From bd1b8eaf9150ae9f9aa44040a2ec8b0294cee0c0 Mon Sep 17 00:00:00 2001 From: Till Hellmund Date: Mon, 18 Nov 2024 11:24:14 -0500 Subject: [PATCH] Fix changelog entry for IBP + DI (#9646) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 989a367dbd3..aa842fdb9cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ ## XX.XX.XX - 20XX-XX-XX +### PaymentSheet +- [ADDED][9635](https://github.com/stripe/stripe-android/pull/9635) Instant Bank Payments are now available when using deferred intents. + ## 21.0.1 - 2024-11-11 ### PaymentSheet -- [ADDED][9635](https://github.com/stripe/stripe-android/pull/9635) Instant Bank Payments are now available when using deferred intents. - [FIXED][9571](https://github.com/stripe/stripe-android/pull/9571) Fixed country prefix not being added when adding a payment method when collecting phone numbers with `BillingDetailsCollectionConfiguration`. - [FIXED][9576](https://github.com/stripe/stripe-android/pull/9576) Fixed minimum and maximum account number length for `Au Becs Debit` LPM. Customers can now provide account numbers with a length of 4 to 9 digits.