Shopware6: remove "v2" part from URL in Client-lib as well, set pseudolager default to 0 instead of empty string
This commit is contained in:
@@ -73,7 +73,7 @@ final class Shopware6Client
|
||||
|
||||
$request = new ClientRequest(
|
||||
$method,
|
||||
$this->url . 'v2/' . $endpoint,
|
||||
$this->url . $endpoint,
|
||||
$headerInformation,
|
||||
empty($body) ? null : json_encode($body)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user