feat: add typed dto for cms data
This commit is contained in:
@@ -65,7 +65,9 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
{% include 'booking/_summary_hotel.html.twig' %}
|
||||
{% include 'booking/_summary_hotel.html.twig' with {
|
||||
'summaryData': bookingCreateContext.summaryData
|
||||
} %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -123,7 +125,9 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
{% include 'booking/_summary_hotel.html.twig' %}
|
||||
{% include 'booking/_summary_hotel.html.twig' with {
|
||||
'summaryData': bookingCreateContext.summaryData
|
||||
} %}
|
||||
</div>
|
||||
|
||||
{# Detailed Pricing Breakdown #}
|
||||
|
||||
Reference in New Issue
Block a user