Adjust to changes in API
This commit is contained in:
@@ -46,9 +46,7 @@ class BookingApiService implements SingletonInterface
|
||||
'headers' => [
|
||||
'X-AUTH-TOKEN' => $this->apiToken,
|
||||
],
|
||||
'body' => [
|
||||
'data' => $addressData,
|
||||
],
|
||||
'body' => $addressData,
|
||||
]);
|
||||
}
|
||||
catch (TransportExceptionInterface $e)
|
||||
|
||||
Reference in New Issue
Block a user