Skip to content

Commit

Permalink
Update release notes for 20.27.0 (#6984)
Browse files Browse the repository at this point in the history
* Update release notes for 20.27.0

* Fix changelog issue
  • Loading branch information
tillh-stripe authored Jul 10, 2023
1 parent 94569be commit fd19d4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

## XX.XX.XX - 2023-XX-XX

## 20.26.0 - 2023-07-05
## 20.27.0 - 2023-07-10

### PaymentSheet
* [ADDED][6857](https://github.com/stripe/stripe-android/pull/6857) You can now collect payment details before creating a PaymentIntent or SetupIntent. See [our docs](https://stripe.com/docs/payments/accept-a-payment-deferred?platform=android) for more info. This integration also allows you to [confirm the Intent on the server](https://stripe.com/docs/payments/finalize-payments-on-the-server?platform=android).

## 20.26.0 - 2023-07-05

### PaymentSheet
* [ADDED][6583](https://github.com/stripe/stripe-android/pull/6583) Added top-level methods `rememberPaymentSheet()` and `rememberPaymentSheetFlowController()` for easier integration in Compose.
* [DEPRECATED][6583](https://github.com/stripe/stripe-android/pull/6583) `PaymentSheetContract` has been deprecated and will be removed in a future release. Use the `PaymentSheet` constructor or new `rememberPaymentSheet()` method instead.
Expand Down

0 comments on commit fd19d4d

Please sign in to comment.