@rnw-community/react-native-payments 0.77.0 → 0.78.1
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/package.json +3 -3
- package/readme.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rnw-community/react-native-payments",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.78.1",
|
|
4
4
|
"description": "React Native Payments",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"build:android": "cd example/android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
|
|
75
75
|
"build:ios": "cd example/ios && xcodebuild -workspace PaymentsExample.xcworkspace -scheme PaymentsExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "40d8f500fd223f12733516b59c3f79536ccd67ab",
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@rnw-community/shared": "0.
|
|
79
|
+
"@rnw-community/shared": "0.78.0",
|
|
80
80
|
"react-native-uuid": "^2.0.1",
|
|
81
81
|
"validator": "^13.9.0"
|
|
82
82
|
},
|
package/readme.md
CHANGED
|
@@ -108,7 +108,7 @@ const methodData = [
|
|
|
108
108
|
supportedMethods: PaymentMethodNameEnum.ApplePay,
|
|
109
109
|
data: {
|
|
110
110
|
merchantIdentifier: 'merchant.com.your-app.namespace',
|
|
111
|
-
supportedNetworks: [SupportedNetworkEnum.Visa, SupportedNetworkEnum.
|
|
111
|
+
supportedNetworks: [SupportedNetworkEnum.Visa, SupportedNetworkEnum.Mastercard],
|
|
112
112
|
countryCode: 'US',
|
|
113
113
|
currencyCode: 'USD',
|
|
114
114
|
requestBilling: true,
|
|
@@ -120,7 +120,7 @@ const methodData = [
|
|
|
120
120
|
{
|
|
121
121
|
supportedMethods: PaymentMethodNameEnum.AndroidPay,
|
|
122
122
|
data: {
|
|
123
|
-
supportedNetworks: [SupportedNetworkEnum.Visa, SupportedNetworkEnum.
|
|
123
|
+
supportedNetworks: [SupportedNetworkEnum.Visa, SupportedNetworkEnum.Mastercard],
|
|
124
124
|
environment: EnvironmentEnum.Test,
|
|
125
125
|
countryCode: 'DE',
|
|
126
126
|
currencyCode: 'EUR',
|