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:
Andreas Palm
2023-09-19 14:26:40 +02:00
parent 76c770aba3
commit 4dd8b01ea9
2 changed files with 2 additions and 2 deletions
@@ -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)
);