@stripe/stripe-react-native 0.23.2 → 0.23.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
StripeSdk_kotlinVersion=1.
|
|
2
|
-
StripeSdk_stripeVersion=20.19
|
|
1
|
+
StripeSdk_kotlinVersion=1.8.0
|
|
2
|
+
StripeSdk_stripeVersion=[20.19.2, 20.20.0[
|
|
@@ -262,7 +262,8 @@ class PaymentLauncherFragment(
|
|
|
262
262
|
StripeIntent.NextActionType.BlikAuthorize,
|
|
263
263
|
StripeIntent.NextActionType.WeChatPayRedirect,
|
|
264
264
|
StripeIntent.NextActionType.UpiAwaitNotification,
|
|
265
|
-
|
|
265
|
+
StripeIntent.NextActionType.CashAppRedirect,
|
|
266
|
+
null, -> false
|
|
266
267
|
}
|
|
267
268
|
}
|
|
268
269
|
}
|
|
@@ -482,7 +482,7 @@ internal fun mapNextAction(type: NextActionType?, data: NextActionData?): Writab
|
|
|
482
482
|
NextActionType.AlipayRedirect -> { // TODO: Can't access, private
|
|
483
483
|
return null
|
|
484
484
|
}
|
|
485
|
-
NextActionType.BlikAuthorize, NextActionType.UseStripeSdk, NextActionType.UpiAwaitNotification, null -> {
|
|
485
|
+
NextActionType.CashAppRedirect, NextActionType.BlikAuthorize, NextActionType.UseStripeSdk, NextActionType.UpiAwaitNotification, null -> {
|
|
486
486
|
return null
|
|
487
487
|
}
|
|
488
488
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stripe/stripe-react-native",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.3",
|
|
4
4
|
"author": "Stripe",
|
|
5
5
|
"description": "Stripe SDK for React Native",
|
|
6
6
|
"main": "lib/commonjs/index",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"metro-react-native-babel-preset": "^0.70.3",
|
|
58
58
|
"prettier": "^2.0.5",
|
|
59
59
|
"react": "18.0.0",
|
|
60
|
-
"react-native": "0.69.
|
|
60
|
+
"react-native": "0.69.7",
|
|
61
61
|
"ts-node": "^9.1.1",
|
|
62
62
|
"typedoc": "^0.22.12",
|
|
63
63
|
"typescript": "~4.4.4"
|