Merge pull request #104 from exciler/shopware-multiVersion

Make Shopware-Lib compatible with 6.x
This commit is contained in:
OpenXE-ERP
2023-12-10 10:21:55 +01:00
committed by GitHub
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)
);