Fix error reporting for Stripe Sofort
This commit is contained in:
parent
d08aba3091
commit
8c66dbf29e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue