This commit is contained in:
hystepik 2023-03-13 11:45:17 +01:00
parent 68c744a631
commit 89ea87dcaa

View File

@ -345,7 +345,7 @@ if ($event->type == 'payout.created') {
$paymentTypeId = $obj->type; $paymentTypeId = $obj->type;
} }
} else { } else {
$error = $this->db->lasterror(); $error = $db->lasterror();
$postactionmessages[] = $error; $postactionmessages[] = $error;
http_response_code(500); http_response_code(500);
return -1; return -1;