Magento 2 Apple Pay module
Accept Apple Pay payments through the Braintree payment gateway., (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist tiamo/magento2-applepay "*"
or add, (*4)
"tiamo/magento2-applepay": "*"
to the require section of your composer.json
file., (*5)