Skip to content

Commit

Permalink
Merge pull request stripe#2739 from stripe/wooj/chlog2
Browse files Browse the repository at this point in the history
Fixing changelog
  • Loading branch information
porter-stripe authored Jul 17, 2023
2 parents 083f3ad + dfecbc0 commit 3feca38
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 23.11.0 2023-07-17
### CustomerSheet
* [Changed] Breaking interface change for `CustomerSheetResult`. `CustomerSheetResult.canceled` now has a nullable associated value signifying that there is no selected payment method. Please use both `.canceled(StripeOptionSelection?)` and `.selected(PaymentOptionSelection?)` to update your UI to show the latest selected payment method.

## 23.10.0 2023-07-10
### Payments
* [Fixed] A bug where `mandate_data` was not being properly attached to PayPal SetupIntent's.
Expand All @@ -8,9 +12,6 @@
### PaymentSheet
* [Added] US bank accounts are now supported when initializing with an IntentConfiguration.

### CustomerSheet
* [Changed] Breaking interface change for `CustomerSheetResult`. `CustomerSheetResult.canceled` now has a nullable associated value signifying that there is no selected payment method. Please use both `.canceled(StripeOptionSelection?)` and `.selected(PaymentOptionSelection?)` to update your UI to show the latest selected payment method.

## 23.9.3 2023-06-26
### PaymentSheet
* [Fixed] Affirm no longer requires shipping details.
Expand Down

0 comments on commit 3feca38

Please sign in to comment.