feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
143 changed files with 525 additions and 4866 deletions
Showing only changes of commit 32e1e49a97 - Show all commits

View File

@ -118,7 +118,7 @@ class Invoice extends AbstractEndPoint
} }
try { try {
$request_uri = "/payments"; $request_uri = "/payments";
$this->sendDelete($request_uri, [204], [404, 422], $query); $this->sendDelete($request_uri, [204], [404, 422], ['payments' => $query]);
} catch (EmptyResponse $exception) { } catch (EmptyResponse $exception) {
$this->logger->warning($exception, ['request_uri' => $request_uri]); $this->logger->warning($exception, ['request_uri' => $request_uri]);
return []; return [];