apply loyalty discount logic
This commit is contained in:
@@ -331,6 +331,8 @@ export interface CartItem {
|
||||
variant?: string;
|
||||
extras?: string[];
|
||||
extrasgroup?: string[];
|
||||
isHasLoyalty?: boolean;
|
||||
no_of_stamps_give?: number;
|
||||
}
|
||||
|
||||
export interface User {
|
||||
|
||||
Reference in New Issue
Block a user