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.
2 parents ef49ac6 + c1a2bd7 commit a99e19cCopy full SHA for a99e19c
app/code/Magento/Braintree/view/adminhtml/web/js/braintree.js
@@ -295,10 +295,10 @@ define([
295
296
self.$selector.validate().form();
297
self.$selector.trigger('afterValidate.beforeSubmit');
298
- $('body').trigger('processStop');
299
300
// validate parent form
301
if (self.$selector.validate().errorList.length) {
+ $('body').trigger('processStop');
302
return false;
303
}
304
0 commit comments