Use correct API url variable
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user