diff --git a/src/Walmart.php b/src/Walmart.php index b5a4919a..f5df5c00 100644 --- a/src/Walmart.php +++ b/src/Walmart.php @@ -30,11 +30,6 @@ abstract class Walmart { public const VERSION = '0.7.0'; - /** - * The base URL for all API requests. This can be overridden in child classes. - */ - public const HOST = 'https://marketplace.walmartapis.com'; - /** * The configuration for this client. * @var Configuration @@ -64,8 +59,6 @@ public function __construct(Configuration $config, protected bool $clone = true) } else { $this->config = $config; } - - $config->setHost(static::HOST); } /**