1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Fix error reporting for Stripe Sofort

This commit is contained in:
David Bomba 2022-01-14 09:28:05 +11:00
parent d08aba3091
commit 8c66dbf29e

View File

@ -114,7 +114,7 @@ class SOFORT
{
$server_response = $this->stripe->payment_hash->data;
$this->stripe->sendFailureMail($server_response);
$this->stripe->sendFailureMail("There was an undefined error processing this payment.");
$message = [
'server_response' => $server_response,