mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 09:01:40 +01:00
fi CI
This commit is contained in:
@@ -345,7 +345,7 @@ if ($event->type == 'payout.created') {
|
||||
$paymentTypeId = $obj->type;
|
||||
}
|
||||
} else {
|
||||
$error = $this->db->lasterror();
|
||||
$error = $db->lasterror();
|
||||
$postactionmessages[] = $error;
|
||||
http_response_code(500);
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user