Skip to content

Commit 0e051ae

Browse files
committed
MC-32423: Backend - Braintree payments validation overlay issue
1 parent 2130fe0 commit 0e051ae

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
@@ -309,6 +309,7 @@ define([
309309

310310
self.hostedFieldsInstance.tokenize(function (err, payload) {
311311
if (err) {
312+
$('body').trigger('processStop');
312313
self.error($t('Some payment input fields are invalid.'));
313314

314315
return false;

0 commit comments

Comments
 (0)