tiamo / magento2-applepay
Magento 2 Apple Pay module
Installs: 461
Dependents: 0
Suggesters: 0
Security: 0
Stars: 17
Watchers: 0
Forks: 12
Open Issues: 3
Type:magento2-module
Requires
- php: 7.0.2|7.0.4|~7.0.6|~7.1.0
- magento/framework: 101.0.*
- magento/module-braintree: 100.2.*
This package is auto-updated.
Last update: 2023-04-12 21:19:34 UTC
README
Accept Apple Pay payments through the Braintree payment gateway.
Requirements
- Magento 2.1+
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist tiamo/magento2-applepay "*"
or add
"tiamo/magento2-applepay": "*"
to the require section of your composer.json
file.