diff --git a/app/src/Service/Venta/MediosPago/Toku/Invoice.php b/app/src/Service/Venta/MediosPago/Toku/Invoice.php index b91b5dc..9ff18cf 100644 --- a/app/src/Service/Venta/MediosPago/Toku/Invoice.php +++ b/app/src/Service/Venta/MediosPago/Toku/Invoice.php @@ -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]);