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.
1 parent ea46c30 commit c7efc6eCopy full SHA for c7efc6e
app/code/Magento/Paypal/view/frontend/web/js/view/payment/method-renderer/payflowpro-method.js
@@ -51,9 +51,8 @@ define(
51
placeOrder: function () {
52
var self = this;
53
54
- fullScreenLoader.startLoader();
55
-
56
if (this.validateHandler() && additionalValidators.validate()) {
+ fullScreenLoader.startLoader();
57
this.isPlaceOrderActionAllowed(false);
58
$.when(setPaymentInformationAction(this.messageContainer, {
59
'method': self.getCode()
0 commit comments