Skip to content

Commit 0f563f3

Browse files
committed
🐛 fix for invoice v4 URL
1 parent 2585abb commit 0f563f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mindee/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def _init_default_endpoints(self) -> None:
205205
document_class=InvoiceV4,
206206
endpoints=[
207207
StandardEndpoint(
208-
url_name="invoices_beta", version="4", api_key=self.api_key
208+
url_name="invoices", version="4", api_key=self.api_key
209209
)
210210
],
211211
),

0 commit comments

Comments
 (0)