We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the "Credit / Debit Card" method has an issue after the Checkout page reload
before reload:
after reload:
The credit card form load is only in the updateAddresses function vendor/wallee/magento-2/view/frontend/web/js/model/checkout-handler.js
But the form doesn't load during the checkout page initialization, because there are not any updateAddresses events.
The text was updated successfully, but these errors were encountered:
Thank you for your Post. I will forward this information to our developers.
Sorry, something went wrong.
hi @msoiko , the latest release should fix the problem
No branches or pull requests
the "Credit / Debit Card" method has an issue after the Checkout page reload
before reload:
after reload:
The credit card form load is only in the updateAddresses function
vendor/wallee/magento-2/view/frontend/web/js/model/checkout-handler.js
But the form doesn't load during the checkout page initialization, because there are not any updateAddresses events.
The text was updated successfully, but these errors were encountered: