Adyen / adyen-magento2

Adyen Payment plugin for Magento2
MIT License
155 stars 210 forks source link

[ECP-8625] Wrong Apple Pay Certificate Url #2186

Closed scribam closed 11 months ago

scribam commented 1 year ago

The file Setup/Patch/Data/ApplePayCertificateUrlPath.php setup the Apple Pay Certificate Url with a wrong url https://docs.adyen.com/reuse/payment-method-pages/apple-pay/adyen-certificate/apple-developer-merchantid-domain-association.zip as it leads to a 404.

https://github.com/Adyen/adyen-magento2/blob/44ce7b82b80524f82c635f0d940fb993045ed31f/Setup/Patch/Data/ApplePayCertificateUrlPath.php#L18

candemiralp commented 1 year ago

Hello @scribam,

Thank you for raising this issue. We created an internal ticket to solve this issue. You will be informed when the issue is resolved.

Best Regards, Can

scribam commented 11 months ago

Fixed by https://github.com/Adyen/adyen-magento2/pull/2243

kanevbg commented 3 weeks ago

It is wrong again, it is returning 404. The actual one seems to be https://docs.adyen.com/payment-methods/apple-pay/web-component/apple-developer-merchantid-domain-association-2024.zip Edit: sorry, the main branch have it correct.