Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rn-apple-pay-api

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rn-apple-pay-api - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc