tiamo / magento2-applepay
This package is abandoned and no longer maintained.
No replacement package was suggested.
Magento 2 Apple Pay module
Package info
github.com/tiamo/magento2-applepay
Type:magento2-module
pkg:composer/tiamo/magento2-applepay
1.1.1
2019-01-12 11:53 UTC
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.