Skip to content

Commit

Permalink
[ECP-9206] Return false from catch block in case of error
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed Jul 11, 2024
1 parent e529a96 commit 0a90e4d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class ApiClient extends ApiService {
})
.catch((error) => {
console.error('An error occurred: ' + error.message);
throw error;
return false;
});
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
.adyen-capture-card-header{display:flex;height:30px;margin-bottom:15px}.adyen-capture-card-header-first{margin-top:auto;width:100%}
.adyen-refund-card-header{display:flex;height:30px;margin-bottom:15px}.adyen-refund-card-header-first{margin-top:auto;width:100%}

/*# sourceMappingURL=adyen-payment-shopware6.css.map*/

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

0 comments on commit 0a90e4d

Please sign in to comment.