Open tudouzai opened 7 years ago
Hi @tudouzai ,
You can ignore that was for the magneto project needed but not for standAlone.
Regards, Rik
Hi rikterbeek, Oh, I see, thank you very much! But do you have any idea about the standAlone applepay via Adyen on the web?
Regards, tudouzai
Hi @tudouzai,
Sorry for the late reply. Yes I have made that integration into our Magento extension. so you construct the payment request with the integration guide of apple https://developer.apple.com/documentation/applepayjs/applepaysession and after that you would get back a token that you can use in the payment call to adyen.
Regards, Rik
I want to use applepay on our web via Adyen, how I can use $this->hasApplePayEnabled() ? Thanks !