feat: Add requested_at + open status to return (#8391)

* feat: Add requested_at + open status to return

* Update return in confirm claim workflow

* Revert snapshot

* feat: Change OrderChangeType

* fix test
This commit is contained in:
Oli Juhl
2024-08-01 16:20:45 +02:00
committed by GitHub
parent f81652bf6e
commit dbd0b18726
17 changed files with 89 additions and 34 deletions
@@ -22,7 +22,8 @@ export enum OrderChangeStatus {
}
export enum OrderChangeType {
RETURN = "return",
RETURN_REQUEST = "return_request",
RETURN_RECEIVE = "return_receive",
EXCHANGE = "exchange",
CLAIM = "claim",
EDIT = "edit",
+4
View File
@@ -36,6 +36,10 @@ export enum OrderStatus {
* The return's status.
*/
export enum ReturnStatus {
/**
* The return is open.
*/
OPEN = "open",
/**
* The return is requested.
*/