feat: add multiroom signup
This commit is contained in:
@@ -5,7 +5,6 @@ import PaymentClient from "./PaymentClient"
|
||||
import type { PaymentProps } from "@/types/components/hotelReservation/enterDetails/payment"
|
||||
|
||||
export default async function Payment({
|
||||
user,
|
||||
otherPaymentOptions,
|
||||
mustBeGuaranteed,
|
||||
supportedCards,
|
||||
@@ -16,7 +15,6 @@ export default async function Payment({
|
||||
|
||||
return (
|
||||
<PaymentClient
|
||||
user={user}
|
||||
otherPaymentOptions={otherPaymentOptions}
|
||||
savedCreditCards={savedCreditCards}
|
||||
mustBeGuaranteed={mustBeGuaranteed}
|
||||
|
||||
Reference in New Issue
Block a user