Skip to content

Commit 8653e3f

Browse files
committed
Merge remote-tracking branch 'origin/MC-32423' into 2.4-develop-pr20
2 parents 088ba8d + fc84d7d commit 8653e3f

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)