Merged in chore/cleanup-booking-flow (pull request #2824)
chore: Cleanup booking-flow after migration * Remove unused types * Clean up exports, types, unused files etc in booking-flow Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -63,7 +63,7 @@ import type { PriceChangeData } from "../PriceChangeData"
|
||||
const maxRetries = 15
|
||||
const retryInterval = 2000
|
||||
|
||||
export type PaymentClientProps = {
|
||||
type PaymentClientProps = {
|
||||
otherPaymentOptions: PaymentMethodEnum[]
|
||||
savedCreditCards: CreditCard[] | null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user