From 13b33757346a3fe4c96865ac83ac0a3dcd1592ea Mon Sep 17 00:00:00 2001 From: Vitaliy Parhomenko Date: Thu, 25 Aug 2022 17:30:31 +0300 Subject: [PATCH] Fix Taxonomy version --- src/Taxonomy/Services/TaxonomyService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Taxonomy/Services/TaxonomyService.php b/src/Taxonomy/Services/TaxonomyService.php index e242b005e4..b4752c1961 100644 --- a/src/Taxonomy/Services/TaxonomyService.php +++ b/src/Taxonomy/Services/TaxonomyService.php @@ -12,7 +12,7 @@ class TaxonomyService extends \DTS\eBaySDK\Taxonomy\Services\TaxonomyBaseService { - const API_VERSION = 'v1_beta'; + const API_VERSION = 'v1'; /** * @property array $operations Associative array of operations provided by the service.