Skip to content
Snippets Groups Projects
Commit 6491d1a9 authored by bgm's avatar bgm Committed by bgm
Browse files

parseStripeException: log unrelated errors

parent 402f6be2
Branches
Tags
1 merge request!231parseStripeException: log unrelated errors
......@@ -326,6 +326,7 @@ class CRM_Core_Payment_Stripe extends CRM_Core_Payment {
default:
// Something else happened, completely unrelated to Stripe
\Civi::log('stripe')->error($this->getLogPrefix() . $op . ' (unknown error): ' . get_class($e) . ': ' . $e->getMessage());
return $genericError;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment