mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Don't re-throw after logging them when ingesting FA payments
This commit is contained in:
parent
6c5caa2642
commit
daee86b919
1 changed files with 0 additions and 2 deletions
|
@ -220,8 +220,6 @@ catch(Exception $ex){
|
|||
$em->Body = Template::EmailDonationProcessingFailed(exception: preg_replace('/^/m', "\t", $exceptionString));
|
||||
$em->TextBody = Template::EmailDonationProcessingFailedText(exception: preg_replace('/^/m', "\t", $exceptionString));
|
||||
$em->Send();
|
||||
|
||||
throw $ex;
|
||||
}
|
||||
finally{
|
||||
// `$driver` may be unintialized if we ctrl + c during Selenium initialization.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue