Skip to content

Commit

Permalink
Remove "Can't fetch mollie url" email (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
praseodym authored Nov 20, 2023
1 parent 06af3b6 commit 40983e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ public String getMollieUrl(Order order) {
return molliePayment.getLinks().getCheckout().getHref();

} catch (MollieException e) {
mailService.sendError("Can't fetch mollie url", e);
handleMollieError(e);
return null;
}
Expand Down

0 comments on commit 40983e9

Please sign in to comment.