apply loyalty discount logic

This commit is contained in:
2025-10-21 23:42:10 +03:00
parent 3c7d609924
commit 37a7c28c56
8 changed files with 393 additions and 118 deletions

View File

@@ -331,6 +331,8 @@ export interface CartItem {
variant?: string;
extras?: string[];
extrasgroup?: string[];
isHasLoyalty?: boolean;
no_of_stamps_give?: number;
}
export interface User {