feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
160 changed files with 546 additions and 5915 deletions
Showing only changes of commit 32e1e49a97 - Show all commits

View File

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