set default value in payment cart

This commit is contained in:
hamid zarghami
2025-12-07 10:44:53 +03:30
parent afbd680e73
commit a8fa442b3f
2 changed files with 42 additions and 2 deletions
@@ -31,6 +31,9 @@ export interface CartData {
totalItems: number;
createdAt: string;
updatedAt: string;
deliveryMethodId?: string;
addressId?: string;
paymentMethodId?: string;
}
export interface CartCategory {