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 11c64cb10f - Show all commits

View File

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