rikterbeek / ApplePayOnTheWeb

Apple Pay snippets for the web
MIT License
4 stars 2 forks source link

Hi rikterbeek, how can I use this code? #1

Open tudouzai opened 7 years ago

tudouzai commented 7 years ago

I want to use applepay on our web via Adyen, how I can use $this->hasApplePayEnabled() ? Thanks !

rikterbeek commented 7 years ago

Hi @tudouzai ,

You can ignore that was for the magneto project needed but not for standAlone.

Regards, Rik

tudouzai commented 7 years ago

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

rikterbeek commented 7 years ago

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