Merge remote-tracking branch 'origin/develop' into feat/SW-415-select-room-card
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user