Skip to content

Commit

Permalink
Update MIGRATING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
porter-stripe authored Nov 4, 2024
1 parent f9fac2c commit 3f0d668
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MIGRATING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Migration Guides
### Migrating from versions < 24.0.0

#### Basic integration
- Basic Integration has been removed. [Please use Mobile Payment Element instead](https://docs.stripe.com/payments/mobile/migrating-to-mobile-payment-element-from-basic-integration).

#### PaymentSheet
PaymentSheet displays payment methods in either a vertical or horizontal layout. Prior to this major version, PaymentSheet defaulted to a horizontal layout. Now, Stripe optimizes the layout automatically. To set a specific layout instead, set the `PaymentSheet.Configuration.paymentMethodLayout` property to either `.horizontal` or `.vertical`.

Expand Down

0 comments on commit 3f0d668

Please sign in to comment.