Skip to content

Commit 907836d

Browse files
ENGCOM-5324: Fixed #20038 loading icon disappearing before background process completes for Braintree payment in Admin #22675
- Merge Pull Request #22675 from kunal-rtpl/magento2:fix-20038 - Merged commits: 1. 1a62a10 2. c1a2bd7 3. 2f35a3b
2 parents a99e19c + 2f35a3b commit 907836d

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Braintree/view/adminhtml/web/js

1 file changed

+1
-0
lines changed

app/code/Magento/Braintree/view/adminhtml/web/js/braintree.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ define([
299299
// validate parent form
300300
if (self.$selector.validate().errorList.length) {
301301
$('body').trigger('processStop');
302+
302303
return false;
303304
}
304305

0 commit comments

Comments
 (0)