feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
227 changed files with 741 additions and 10205 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 public function delete(string $id): void
{ {
$request_uri = "/customer/{$id}"; $request_uri = "/customers/{$id}";
$this->sendDelete($request_uri, [204], [404, 409]); $this->sendDelete($request_uri, [204], [404, 409]);
} }
public function reset(array $skip = []): array public function reset(array $skip = []): array