wip: integrate with typo3 to fetch product and hotel data
This commit is contained in:
@@ -18,6 +18,13 @@ framework:
|
||||
php_errors:
|
||||
log: true
|
||||
|
||||
http_client:
|
||||
scoped_clients:
|
||||
typo3.client:
|
||||
base_uri: '%env(resolve:APP_CMS_API_BASE_URL)%'
|
||||
headers:
|
||||
accept: 'text/json'
|
||||
|
||||
when@test:
|
||||
framework:
|
||||
test: true
|
||||
|
||||
@@ -96,3 +96,7 @@ services:
|
||||
- '@App\Form\Service\ParticipantTransportationDiscountReplacementFieldHandler'
|
||||
- '@App\Form\Service\ParticipantBulkInsuranceFieldHandler'
|
||||
- '@App\Form\Service\ParticipantInsuranceFieldHandler'
|
||||
|
||||
App\Service\CmsDataService:
|
||||
arguments:
|
||||
$httpClient: '@typo3.client'
|
||||
|
||||
Reference in New Issue
Block a user