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 19fcb92 commit 1a62a10Copy full SHA for 1a62a10
app/code/Magento/Braintree/view/adminhtml/web/js/braintree.js
@@ -300,10 +300,10 @@ define([
300
submitOrder: function () {
301
this.$selector.validate().form();
302
this.$selector.trigger('afterValidate.beforeSubmit');
303
- $('body').trigger('processStop');
304
-
+
305
// validate parent form
306
if (this.$selector.validate().errorList.length) {
+ $('body').trigger('processStop');
307
return false;
308
}
309
0 commit comments