Accept Apple Pay payments through the Braintree payment gateway.
- Magento 2.1+
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.