From 845b4afdc9115b6ebeff330c543c0ae5bb92290e Mon Sep 17 00:00:00 2001 From: Tudor Rusu Date: Fri, 9 May 2025 09:25:13 +0300 Subject: [PATCH] update anaf endpoint update anaf url from v8 to v9 --- src/Http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http.php b/src/Http.php index 813529f..190c87a 100644 --- a/src/Http.php +++ b/src/Http.php @@ -8,7 +8,7 @@ class Http { /** @var string API URL for v8 */ - private const apiURL = 'https://webservicesp.anaf.ro/PlatitorTvaRest/api/v8/ws/tva'; + private const apiURL = 'https://webservicesp.anaf.ro/PlatitorTvaRest/api/v9/ws/tva'; /** @var int Limit for one time call */ public const CIF_LIMIT = 500;