From 8216e2f93dc30c84236ea0d83d171ac5cfccf293 Mon Sep 17 00:00:00 2001 From: Joyce Qin Date: Thu, 31 Oct 2024 15:44:32 -0700 Subject: [PATCH] updated changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d920d871e..b32594b2509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ * [Fixed] Fixed an animation glitch when dismissing PaymentSheet in React Native. * [Fixed] Fixed an issue with FlowController in vertical layout where the payment method could incorrectly be preserved across a call to `update` when it's no longer valid. * [Fixed] Fixed a potential deadlock when `paymentOption` is accessed from Swift concurrency. -* [Added] Added a check to `PaymentSheetDeferredValidator.validatePaymentMethod` for mismatched card or US bank account fingerprints +* [Fixed] Fixed deferred intent validation to handle cloned payment methods ([#4195](https://github.com/stripe/stripe-ios/issues/4195) ## 23.32.0 2024-10-21 ### PaymentSheet