fix : user profile orders list
This commit is contained in:
@@ -100,4 +100,4 @@ export type NotificationQuery = {
|
||||
since: number;
|
||||
};
|
||||
|
||||
export type OrderStatusQuery = "Delivered" | "Processing" | "Cancelled" | "Returned";
|
||||
export type OrderStatusQuery = "Delivered" | "Processing" | "Cancelled" | "Returned" | "Shipped";
|
||||
|
||||
Reference in New Issue
Block a user