rn-apple-pay-api
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "rn-apple-pay-api", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A full functional Apple Pay package for React Native", | ||
@@ -5,0 +5,0 @@ "main": "index.tsx", |
@@ -39,2 +39,13 @@ # **rn-apple-pay-api** | ||
### 3. Add the Apple Pay Merchant Identifier to Info.plist | ||
In your iOS project, open the Info.plist file and add the following key: | ||
```xml | ||
<key>ApplePayMerchantIdentifier</key> | ||
<string>your merchant id</string> | ||
``` | ||
### This ensures that your app is configured to use the correct Apple Pay merchant identifier. For more details on setting up the Apple Pay Merchant ID, refer to [Apple's official guide](https://developer.apple.com/documentation/apple_pay_on_the_web/configuring_your_environment). | ||
--- | ||
@@ -41,0 +52,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
159797
472