Reveret merchantInformationData fix
This commit is contained in:
@@ -216,11 +216,10 @@ 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