This commit is contained in:
2026-01-23 09:56:24 +08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ export type statusType =
| "done"
| "refunding"
| "refund"
| "part-refund"
| "part_refund"
| "cancelled"
| "";