You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Orders placed with Apple Pay where customer chooses different shipping method in Magento, does not get saved to Magento correctly.
Used versions
Magento Version number(eg 2.3.5): 2.4.5p1
Open source/Enterprise/B2b: Open source
Mollie version number (Check configuration): 2.36.0
To Reproduce
Steps to reproduce the behaviour:
Have more than one shipping method in Magento
Use Apple Pay at cart page and select a shipping method different from the default
Pay and checkout
In Magento, the shipping_description is correct, but the shipping_method in the sales_order table is incorrect and is the default instead
Expected behavior
Order saved in Magento database with correct shipping_method and shipping_description as per the customer chose Actual behavior
Order saved in magento database with incorrect default shipping_method but correct shipping_description Screenshots
If applicable, add screenshots to help explain your problem.
should be
Additional context
Using apple pay direct from cart page, using payments api.
Worked fine on 2.30.1
The text was updated successfully, but these errors were encountered:
Hey there @jamieolney , good news! We've rolled out v2.37.0 and addressed the issue you mentioned. Your detailed issue report template really helped us pinpoint the problem quickly—thanks for that! I'll go ahead and close the issue for now, but don't hesitate to reopen or reply if you need further assistance.
Hi @Frank-Magmodules I have tried the new plugin on magento2.temptationgifts.com - however I am getting the Apple Pay popup close by itself when it loads the shipping methods - this was not the case on 2.36.0 and below.
Nothing is being logged which is annoying!
Can you look into this please?
Hey @jamieolney, could you please reach out to us directly? We'd like to investigate your environment together. It's unfortunate indeed that ApplePay lacks a seamless sandbox flow for easy reproduction, but let's collaborate to find a solution!
Describe the bug
Orders placed with Apple Pay where customer chooses different shipping method in Magento, does not get saved to Magento correctly.
Used versions
To Reproduce
Steps to reproduce the behaviour:
Expected behavior
Order saved in Magento database with correct shipping_method and shipping_description as per the customer chose
Actual behavior
Order saved in magento database with incorrect default shipping_method but correct shipping_description
Screenshots
If applicable, add screenshots to help explain your problem.
should be
Additional context
Using apple pay direct from cart page, using payments api.
Worked fine on 2.30.1
The text was updated successfully, but these errors were encountered: