Skip to content

Commit d5f0c46

Browse files
authored
Merge pull request #37 from cmdotcom-plugins/feature/CMP-188
Maestro direct payment fix
2 parents c6b2913 + 09ec6d6 commit d5f0c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/frontend/web/template/payment/maestro.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
data-role="review-save"
159159
type="submit"
160160
data-bind="
161-
click: placeOrder,
161+
click: placeOrderDirect,
162162
attr: {title: $t('Place Order')},
163163
css: {disabled: !isPlaceOrderActionAllowed()},
164164
enable: (getCode() == isChecked())"

0 commit comments

Comments
 (0)