order: rename cancellation ->cancelling

This commit is contained in:
vchikalkin 2025-06-24 12:32:36 +03:00
parent af4196c685
commit 065da3e275
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
"scheduled",
"approved",
"completed",
"cancellation",
"cancelling",
"cancelled"
]
},

View File

@ -485,7 +485,7 @@ export interface ApiOrderOrder extends Struct.CollectionTypeSchema {
'scheduled',
'approved',
'completed',
'cancellation',
'cancelling',
'cancelled',
]
> &