https://github.com/paypal/paypal-applepay-components
https://github.com/paypal/paypal-applepay-components
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/paypal/paypal-applepay-components
- Owner: paypal
- License: apache-2.0
- Created: 2022-11-09T02:55:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T15:06:22.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T01:03:08.235Z (over 1 year ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 3
- Watchers: 13
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# PayPal JS SDK Component for Applepay
[![build status][build-badge]][build]
[![npm version][version-badge]][package]
[![apache license][license-badge]][license]
[build-badge]: https://img.shields.io/github/actions/workflow/status/paypal/paypal-applepay-components/main.yml?branch=main&logo=github&style=flat-square
[build]: https://github.com/paypal/paypal-applepay-components/actions?query=workflow%3Abuild
[version-badge]: https://img.shields.io/npm/v/@paypal/applepay-components.svg?style=flat-square
[package]: https://www.npmjs.com/package/@paypal/applepay-components
[license-badge]: https://img.shields.io/npm/l/@paypal/legal-components.svg?style=flat-square
[license]: https://github.com/paypal/paypal-applepay-components/blob/main/LICENSE
PayPal JS SDK Component for PayPal - ApplePay Integration
Client Library that provides the capability for PayPal Partners and Merchants to accepts ApplePay via Paypal Orders API
## Integration
For Integration Steps Please Refer to PayPal Developer Docs for Apple Pay Integration
https://developer.paypal.com/docs/checkout/apm/
## Tests
**Run the Unit Tests**
```bash
npm run test
```
## Release and Publishing
```bash
npm run release
```
## Hosted Example
See the code for Hosted Example [here](https://github.com/paypal-examples/applepay-stage/blob/main/examples/headless.html)
## Contributing Guidelines
[Guidelines](https://github.paypal.com/DigitalGoods-Payments-R/paypal-applepay-components/blob/master/CONTRIBUTING.md)