updates
This commit is contained in:
@@ -7,7 +7,7 @@ export interface BookingData {
|
||||
check_out_date: string; // YYYY-MM-DD
|
||||
guest_count: number;
|
||||
notes?: string;
|
||||
payment_method: 'cash' | 'bank_transfer';
|
||||
payment_method: 'cash' | 'stripe';
|
||||
total_price: number;
|
||||
guest_info: {
|
||||
full_name: string;
|
||||
@@ -31,7 +31,7 @@ export interface Booking {
|
||||
| 'cancelled'
|
||||
| 'checked_in'
|
||||
| 'checked_out';
|
||||
payment_method: 'cash' | 'bank_transfer';
|
||||
payment_method: 'cash' | 'stripe';
|
||||
payment_status:
|
||||
| 'unpaid'
|
||||
| 'paid'
|
||||
|
||||
Reference in New Issue
Block a user