We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb43c62 commit 99c70e0Copy full SHA for 99c70e0
src/WoltClient.php
@@ -33,6 +33,7 @@ public static function create(): static
33
);
34
35
$client->addHeader('WOLT-API-KEY', config('wolt.order_api_key'));
36
+ $client->addRouteParameter('baseUrl', $client->baseUrl);
37
38
return $client;
39
}
@@ -44,7 +45,6 @@ public function createPendingRequest(): void
44
45
config('wolt.menu_password')
46
47
- $this->addRouteParameter('baseUrl', $this->baseUrl);
48
$this->setRequest($request);
49
50
0 commit comments