checkout / checkout-magento2-plugin

Checkout.com Magento 2 official extension
MIT License
32 stars 33 forks source link

Update checkoutcom_apple_pay.js #502

Closed JamesFX2 closed 2 years ago

JamesFX2 commented 2 years ago

bug fix, I presume

Dnd-Gimix commented 2 years ago

Hello @JamesFX2 ,

Thank you for your contribution to the extension! We are merging it into the develop branch for further testing and for a future release.

Have a nice day! Regards,

JamesFX2 commented 2 years ago

@Dnd-Gimix I missed the next line - should be this.processSupportedNetworks not processSupportedNetworks

Dnd-Gimix commented 2 years ago

@JamesFX2 : You are absolutely right, and in addition we also fixed another part of the processSupportedNetworks function to finally fix Apple Pay payments.

If you want to take a look inside the following branch: https://github.com/checkout/checkout-magento2-plugin/tree/release/v3.0.0 (the file : https://github.com/checkout/checkout-magento2-plugin/blob/release/v3.0.0/view/frontend/web/js/view/payment/method-renderer/checkoutcom_apple_pay.js)

This will be released in the next version of the extension, so you will have to wait a little bit more before the official release of the fix. In the mean time you can eventually take the changes and apply them to your project as a rewrite for the time being.

Have a good day!

Regards,