feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
214 changed files with 716 additions and 9701 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]);