Use correct API url variable

This commit is contained in:
Björn Fromme
2019-10-02 16:20:34 +02:00
parent 9ab5426683
commit 97294ca243
2 changed files with 2 additions and 2 deletions
@@ -75,7 +75,7 @@ class BookingApiService implements SingletonInterface, LoggerAwareInterface
$client = HttpClient::create();
try {
$client->request('POST', $this->apiEndpointUrl, [
$client->request('POST', $this->apiEndpointUrl . '/api/contactform', [
'headers' => [
'X-AUTH-TOKEN' => $this->apiToken,
'Content-type' => 'application/json',