Skip to content

Commit f1c36f7

Browse files
committed
Merge branch 'MAGETWO-69089' into MPI-PR-2.1.10
2 parents a9c765c + cd22088 commit f1c36f7

File tree

1 file changed

+5
-2
lines changed
  • app/code/Magento/Braintree/view/frontend/web/template/payment

1 file changed

+5
-2
lines changed

app/code/Magento/Braintree/view/frontend/web/template/payment/form.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,11 @@
140140
type="submit"
141141
data-bind="
142142
click: placeOrderClick,
143-
attr: {title: $t('Place Order')}
144-
">
143+
attr: {title: $t('Place Order')},
144+
css: {disabled: !isPlaceOrderActionAllowed()},
145+
enable: isActive()
146+
"
147+
disabled>
145148
<span data-bind="i18n: 'Place Order'"></span>
146149
</button>
147150
</div>

0 commit comments

Comments
 (0)