feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
144 changed files with 527 additions and 4893 deletions
Showing only changes of commit d841b1aeed - Show all commits

View File

@ -77,7 +77,7 @@ class Invoice extends AbstractEndPoint
public function resetPayments(): array
{
try {
$request_uri = "/organization/payments";
$request_uri = "/organization/payments?page=1&page_size=1000";
$payments = $this->sendGet($request_uri, [200], [404, 422]);
} catch (EmptyResponse $exception) {
$this->logger->warning($exception, ['request_uri' => $request_uri]);