Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/Walmart.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -64,8 +59,6 @@ public function __construct(Configuration $config, protected bool $clone = true)
} else {
$this->config = $config;
}

$config->setHost(static::HOST);
}

/**
Expand Down