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:
parent
d08aba3091
commit
8c66dbf29e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user