-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix quote's outdated shipping address overwriting PayPal Express shipping address #8568
Conversation
PayPal One Click should only use the addresses returned from PayPal
@torreytsui thank you for contribution, started verification |
@torreytsui repeated the steps to reproduce, on the latest develop branch. The result is different from what is reported: after step 6, it opens up PayPal pop-up with the address which I entered on step 4: PayPal Express does not allow me to enter any other address. Am I doing something wrong? |
Hi, @torreytsui, I've few important remarks:
|
@vrann thanks for your response. The popup is alright. I used full screen mode on Mac so it opened on a new tab instead. If you click I can see the url on your screenshot is different from what I have. You were being redirected to Please also note that only Braintree PayPal Express has this issue, PayPal Express is alright. Despite of the endpoint differences, I don't think it matter. If you keep going, when you arrive in the review page, you should be able to see the out dated shipping address rendered, as long as you have ever set a shipping address against quote (e.g., through one page checkout) |
@joni-jones Thanks for the feedbacks. I have updated the PR according to your first two points. I'm looking into the |
@torreytsui thank you for the update. |
@torreytsui Hi, just checking up is there something you can add to this PR any time soon? |
AC-8477: /page_cache/block/esi handles param enhancement
Issue
PayPal responded shipping address fail to save against quote on Braintree PayPal Express checkout
Preconditions
Magento EE 2.1.3
Steps to reproduce
Expected Result
On
braintree/paypal/review/
, delivery address should show the PayPal's shipping address.For sandbox, it should be:
Actual Result
The delivery address shows the outdated shipping address which entered from One Page Checkout