magento2-applepay
magento2-applepay copied to clipboard
Accept Apple Pay payments through the Braintree payment gateway.
Magento 2 Apple Pay Integration
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.