checkout: add card deyails & card amount BT
This commit is contained in:
@@ -26,6 +26,7 @@ export interface OfficeDetailsType {
|
||||
}
|
||||
|
||||
export interface GiftDetailsType {
|
||||
amount: number;
|
||||
receiverName: string;
|
||||
receiverPhone: string;
|
||||
message: string;
|
||||
@@ -33,7 +34,7 @@ export interface GiftDetailsType {
|
||||
senderPhone: string;
|
||||
senderEmail: string;
|
||||
isSecret: boolean;
|
||||
cardId: string;
|
||||
cardId: number;
|
||||
giftType: "items" | "vouchers" | "itemsAndVouchers";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user