Merge remote-tracking branch 'origin/develop' into feat/SW-415-select-room-card

This commit is contained in:
Pontus Dreij
2024-10-10 14:45:35 +02:00
37 changed files with 806 additions and 91 deletions

View File

@@ -111,7 +111,7 @@ export default function StepPage({
isCompleted={false}
isOpen={activeStep === StepEnum.payment}
label={intl.formatMessage({ id: "Select payment method" })}
path="/hotelreservation/select-bed"
path="/payment"
>
<Payment hotel={hotel.data.attributes} />
</SectionAccordion>