-
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
Shipping method subscriber callbacks are called twice #5814
Labels
Comments
@danslo thank you for your report. |
This is on Magento 2.1.0. |
@veloraven I have submitted a pull request which fixes this issue. |
pdohogne-magento
pushed a commit
that referenced
this issue
Jul 28, 2020
[Login As Customer] Bugfixing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In checkout, we can subscribe to shippingAddress observable. Something like:
However, this callback is executed twice when selecting a shipping method. This can cause issues with double AJAX calls for custom components.
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: