bigcommerce / checkout-js

Optimized One-Page Checkout
MIT License
116 stars 357 forks source link

fix(payment): PI-831 fixed mollie ApplePay redirect #1892

Closed vitalii-koshovyi closed 3 months ago

vitalii-koshovyi commented 3 months ago

What?

Mollie ApplePay fix release of https://github.com/bigcommerce/checkout-sdk-js/pull/2543

Why?

Mollie ApplePay works via Mollie Redirect, so our ApplePay implementation is not working with Mollie. I've changed Mollie payment strategy resolver to fix this problem

Testing / Proof

Before fix:

https://github.com/bigcommerce/checkout-sdk-js/assets/79574476/88e7c41a-6853-4283-8870-bdf3498d73cb

After fix:

https://github.com/bigcommerce/checkout-sdk-js/assets/79574476/d865b987-307a-4457-8afd-2adcbd3781f6

@bigcommerce/team-checkout @bigcommerce/team-payments