Skip to content

Commit eb7f870

Browse files
author
Ievgen Sentiabov
committed
Merge branch 'MAGETWO-43934' into MAGETWO-MERGEFIX
2 parents 7021dde + c7efc6e commit eb7f870

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/code/Magento/Authorizenet/view/frontend/web/js/view/payment/method-renderer/authorizenet-directpost.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ define(
5050
placeOrder: function () {
5151
var self = this;
5252

53-
fullScreenLoader.startLoader();
54-
5553
if (this.validateHandler() && additionalValidators.validate()) {
54+
fullScreenLoader.startLoader();
5655
this.isPlaceOrderActionAllowed(false);
5756
$.when(setPaymentInformationAction(this.messageContainer, {
5857
'method': self.getCode()

app/code/Magento/Paypal/view/frontend/web/js/view/payment/method-renderer/payflowpro-method.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ define(
5151
placeOrder: function () {
5252
var self = this;
5353

54-
fullScreenLoader.startLoader();
55-
5654
if (this.validateHandler() && additionalValidators.validate()) {
55+
fullScreenLoader.startLoader();
5756
this.isPlaceOrderActionAllowed(false);
5857
$.when(setPaymentInformationAction(this.messageContainer, {
5958
'method': self.getCode()

0 commit comments

Comments
 (0)