You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Migration guide to platform pay when upgrading to release >v.8.0
4
4
---
5
5
6
-
#`isApplePaySupported` and `isGooglePaySupported`
6
+
## isApplePaySupported and isGooglePaySupported
7
7
8
8
`isApplePaySupported` and `isGooglePaySupported` have both been replaced by `isPlatformPaySupported`.
9
9
@@ -14,20 +14,20 @@ description: Migration guide to platform pay when upgrading to release >v.8.0
14
14
+ isPlatformPaySupported({googlePay: myParams});
15
15
```
16
16
17
-
#`presentApplePay`, `confirmApplePayPayment`, `initGooglePay`, `presentGooglePay`, and `createGooglePayPaymentMethod`
17
+
## presentApplePay, confirmApplePayPayment, initGooglePay, presentGooglePay, and createGooglePayPaymentMethod
18
18
19
19
`presentApplePay`, `confirmApplePayPayment`, `isGooglePaySupported`, `presentGooglePay`, and `createGooglePayPaymentMethod` have been replaced with:
20
20
21
21
-`confirmPlatformPaySetupIntent` if you use platform pay to confirm setupintent.
22
22
-`confirmPlatformPayPayment` if you use platform pay to confirm payment intent
23
23
-`createPlatformPayPaymentMethod` if you were use platformpay to create a payment method (this was not possible previously with Apple Pay).
24
24
25
-
#`updateApplePaySummaryItems`
25
+
## updateApplePaySummaryItems
26
26
27
27
`updateApplePaySummaryItems` has been replaced with `updatePlatformPaySheet`.
28
28
29
29
`updatePlatformPaySheet` accepts an parameter `applePay`. When using this, you can pass an object containing your `summaryItems`, `shippingMethods`, and `errors` to be displayed in the Apple Pay sheet to your customer.
30
30
31
-
#`<GooglePayButton />`and `<ApplePayButton />`
31
+
## GooglePayButton and ApplePayButton
32
32
33
33
The `GooglePayButton` and `ApplePayButton` components have been replaced with `PlatformPayButton`.
Copy file name to clipboardExpand all lines: packages/stripe/CHANGELOG.md
+11
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## 8.0.0+1
2
+
**Breaking Changes**
3
+
- This library now supports the new Stripe platform pay methods. See: [migration guide](https://docs.page/flutter-stripe/flutter_stripe/platform_pay_migration) for more details.
4
+
5
+
-**Fixes**
6
+
- Fix for #955 and #1081, enable automatic webview closing.
7
+
- Fix #1083 use correct method channel for dangerouslyupdateCard.
8
+
- Several fixes by the Stripe sdk [v.0.21.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.21.0) , [v.0.22.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.22.0) and [v.0.23.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.23.0).
9
+
-**FIX**: #1083 use correct method channel for dangerouslyupdateCard (#1094).
10
+
-**FEAT**: scroll to keep card field visible (#1061).
11
+
1
12
## 7.0.0
2
13
**Breaking Changes**
3
14
- This library now supports iOS 13 and up, due to stripe-ios increasing the deployment target
Copy file name to clipboardExpand all lines: packages/stripe_android/CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## 8.0.0
2
+
**Breaking Changes**
3
+
- This library now supports the new Stripe platform pay methods. See: [migration guide](https://docs.page/flutter-stripe/flutter_stripe/platform_pay_migration) for more details.
4
+
5
+
-**Fixes**
6
+
- Fix #1083 use correct method channel for dangerouslyupdateCard.
7
+
- Several fixes by the Stripe sdk [v.0.21.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.21.0) , [v.0.22.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.22.0) and [v.0.23.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.23.0).
8
+
1
9
## 7.0.1
2
10
3
11
- Fix #1022 make library compatible with Kotlin 1.7
Copy file name to clipboardExpand all lines: packages/stripe_ios/CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## 8.0.0
2
+
**Breaking Changes**
3
+
- This library now supports the new Stripe platform pay methods. See: [migration guide](https://docs.page/flutter-stripe/flutter_stripe/platform_pay_migration) for more details.
4
+
5
+
-**Fixes**
6
+
- Fix for #955 and #1081, enable automatic webview closing.
7
+
- Fix #1083 use correct method channel for dangerouslyupdateCard.
8
+
- Several fixes by the Stripe sdk [v.0.21.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.21.0) , [v.0.22.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.22.0) and [v.0.23.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.23.0).
9
+
1
10
## 7.0.0
2
11
**Breaking Changes**
3
12
- This library now supports iOS 13 and up, due to stripe-ios increasing the deployment target
Copy file name to clipboardExpand all lines: packages/stripe_platform_interface/CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## 8.0.0
2
+
**Breaking Changes**
3
+
- This library now supports the new Stripe platform pay methods. See: [migration guide](https://docs.page/flutter-stripe/flutter_stripe/platform_pay_migration) for more details.
4
+
5
+
-**Fixes**
6
+
- Fix for #955 and #1081, enable automatic webview closing.
7
+
- Fix #1083 use correct method channel for dangerouslyupdateCard.
8
+
- Several fixes by the Stripe sdk [v.0.21.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.21.0) , [v.0.22.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.22.0) and [v.0.23.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.23.0).
9
+
1
10
## 7.0.0
2
11
**Breaking Changes**
3
12
- This library now supports iOS 13 and up, due to stripe-ios increasing the deployment target
0 commit comments