Fix: Added optional merchantInformationData
This commit is contained in:
@@ -216,10 +216,11 @@ export default async function StepPage({
|
||||
roomPrice={roomPrice}
|
||||
otherPaymentOptions={
|
||||
hotelData.data.attributes.merchantInformationData
|
||||
.alternatePaymentOptions
|
||||
?.alternatePaymentOptions ?? []
|
||||
}
|
||||
supportedCards={
|
||||
hotelData.data.attributes.merchantInformationData.cards
|
||||
hotelData.data.attributes.merchantInformationData
|
||||
?.cards ?? []
|
||||
}
|
||||
mustBeGuaranteed={mustBeGuaranteed}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user