fix : returned and cancelled status orders
This commit is contained in:
@@ -99,4 +99,4 @@ export type NotificationQuery = {
|
||||
since: number;
|
||||
};
|
||||
|
||||
export type OrderStatusQuery = "Delivered" | "Processing" | "Cancelled";
|
||||
export type OrderStatusQuery = "Delivered" | "Processing" | "Cancelled" | "Returned";
|
||||
|
||||
Reference in New Issue
Block a user