Skip to content

Commit c58d3c9

Browse files
authored
Remove enable attribute from place order button (#84)
1 parent 2bca8d8 commit c58d3c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Moyasar/Mysr/view/frontend/web/template/payment/moyasar_payments.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
<button type="submit"
6363
data-bind="
6464
attr: { title: $t('Place Order'), 'form': getCode() + '-form' },
65-
enable: (getCode() == isChecked()),
6665
click: placeOrder,
6766
css: { disabled: !isPlaceOrderActionAllowed() }
6867
"

0 commit comments

Comments
 (0)