We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf7ae24 + 0465f37 commit d52475fCopy full SHA for d52475f
app/code/Magento/Braintree/view/frontend/web/template/payment/form.html
@@ -139,9 +139,12 @@
139
<button class="action primary checkout"
140
type="submit"
141
data-bind="
142
- click: placeOrderClick,
143
- attr: {title: $t('Place Order')}
144
- ">
+ click: placeOrderClick,
+ attr: {title: $t('Place Order')},
+ css: {disabled: !isPlaceOrderActionAllowed()},
145
+ enable: isActive()
146
+ "
147
+ disabled>
148
<span data-bind="i18n: 'Place Order'"></span>
149
</button>
150
</div>
0 commit comments