Adjust to changes in API

This commit is contained in:
Björn Fromme
2019-09-30 21:55:00 +02:00
parent 245d291b75
commit c970920899
2 changed files with 2 additions and 4 deletions
@@ -46,9 +46,7 @@ class BookingApiService implements SingletonInterface
'headers' => [
'X-AUTH-TOKEN' => $this->apiToken,
],
'body' => [
'data' => $addressData,
],
'body' => $addressData,
]);
}
catch (TransportExceptionInterface $e)