Apple Pay JS Polyfill
This repository contains a polyfill for Apple Pay JS for use for testing in environments that do not natively support Apple Pay JS.
Overview
Apple Pay JS is a way of accepting Apple Pay in websites using Safari in either iOS 10 (and later) and macOS for users who have a TouchID compatible device.
This polyfill provides a way to make ApplePaySession
available for testing your implementation in browsers that would otherwise not provide support for Apple Pay JS, such as Node JS.
The polyfill supports Apple Pay JS versions 1, 2 and 3. Version 1 and 2 are outdated, so please use version 3.
Feedback
Any feedback or issues can be added to the issues for this project in GitHub.
License
This project is licensed under the Apache 2.0 license.
External Links