feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
173 changed files with 571 additions and 6419 deletions
Showing only changes of commit 8c0bd450ef - Show all commits

View File

@ -41,7 +41,7 @@ class Customer extends AbstractEndPoint
}
public function delete(string $id): void
{
$request_uri = "/customer/{$id}";
$request_uri = "/customers/{$id}";
$this->sendDelete($request_uri, [204], [404, 409]);
}
public function reset(array $skip = []): array