diff --git a/lago_python_client/invoices/clients.py b/lago_python_client/invoices/clients.py index 3d65f1a..1503429 100644 --- a/lago_python_client/invoices/clients.py +++ b/lago_python_client/invoices/clients.py @@ -69,7 +69,7 @@ def refresh(self, resource_id: str) -> InvoiceResponse: ) def retry(self, resource_id: str) -> InvoiceResponse: - api_response: Response = send_put_request( + api_response: Response = send_post_request( url=make_url( origin=self.base_url, path_parts=(self.API_RESOURCE, resource_id, 'retry'),