Skip to content
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 multiple placing order invocation after changing payment methods #2133

Conversation

patzick
Copy link
Collaborator

@patzick patzick commented Jan 6, 2019

Related issues

This resolves multiple order placing.
After each payment method change there was new place order binding, so on checkout iw was invoked multiple times.

@patzick patzick requested a review from pkarw January 6, 2019 17:45
Copy link
Collaborator

@pkarw pkarw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@pkarw pkarw merged commit 6629242 into vuestorefront:master Jan 6, 2019
@pkarw
Copy link
Collaborator

pkarw commented Jan 6, 2019

as far as I understood the problem beret was that this module supports multiple payment methods (so the event has been bound multiple times). Could you just to make sure check if the https://github.com/develodesign/vsf-payment-paypal/blob/master/hooks/beforeRegistration.ts isn’t also affected by this issue? I think it’s not a case but better be safe than sorry I’m case of payments :-)

@patzick

@patzick patzick deleted the bugfix/payment-method-change-causes-multiple-order-placing branch January 7, 2019 23:08
@patzick
Copy link
Collaborator Author

patzick commented Jan 7, 2019

@pkarw good suggestion. I've made PR there. Now we'll be sure that nothing like this would happen there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants