Skip to content

Commit 4ad4a06

Browse files
ENGCOM-5451: Resolve [Authorize.net accept.js] 'Place Order' button not being disabled when editing billing address #23718
- Merge Pull Request #23718 from edenduong/magento2:2.3-bugfix/place_order_not_disable_when_edit_billing_issue23624 - Merged commits: 1. 250e936 2. bf807e5
2 parents ce69707 + bf807e5 commit 4ad4a06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/AuthorizenetAcceptjs/view/frontend/web/template/payment/authorizenet-acceptjs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<button class="action primary checkout"
3636
type="submit"
3737
click="beforePlaceOrder"
38+
css="disabled: !isPlaceOrderActionAllowed()"
3839
attr="title: $t('Place Order')"
3940
>
4041
<span translate="'Place Order'"></span>

0 commit comments

Comments
 (0)