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.