-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Resolve [Authorize.net accept.js] "Place Order" button not being disabled when editing billing address #23718
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
Conversation
…bled when edit billing address issue23624
…isable_when_edit_billing_issue23624
Hi @edenduong. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@magento give me test instance |
Hi @Stepa4man. Thank you for your request. I'm working on Magento instance for you |
Hi @Stepa4man, here is your new Magento instance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @edenduong, Thanks for your contribution!
Hi @Stepa4man, thank you for the review.
|
Hi @edenduong, thank you for your contribution! |
…ot being disabled when editing billing address #23718
Description (*)
#23624: Resolve [Authorize.net accept.js] "Place Order" button not being disabled when editing billing address
Reason: Template app/code/Magento/AuthorizenetAcceptjs/view/frontend/web/template/payment/authorizenet-acceptjs.html doesn't have the code to disable Place Order button.
Solution: Need to add the code:
css="disabled: !isPlaceOrderActionAllowed()"
to the template of AuthorizenetAcceptjs Payment.Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)