Skip to content

Commit 56db8b8

Browse files
committed
MAGETWO-52560: Impossible to use Stored Cards via Braintree on Admin side
- Fixed failed static js test
1 parent 67f25b8 commit 56db8b8

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/vault.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ define([
114114
self.placeOrder();
115115
}).fail(function (response) {
116116
var failed = JSON.parse(response.responseText);
117+
117118
self.error(failed.message);
118119
}).always(function () {
119120
$('body').trigger('processStop');

0 commit comments

Comments
 (0)