修复超时订单重置流程
This commit is contained in:
@@ -36,11 +36,21 @@ export interface Order {
|
||||
settlement_status: SettlementStatus
|
||||
active_dispute?: ActiveDispute
|
||||
checkout?: Checkout
|
||||
admin_actions?: AdminActions
|
||||
payment_deadline_at?: string
|
||||
created_at: string
|
||||
updated_at: string
|
||||
}
|
||||
|
||||
export interface AdminActions {
|
||||
reset_handoff?: AdminAction
|
||||
}
|
||||
|
||||
export interface AdminAction {
|
||||
enabled: boolean
|
||||
label: string
|
||||
}
|
||||
|
||||
export interface ActiveDispute {
|
||||
id: number
|
||||
initiator_id: number
|
||||
|
||||
Reference in New Issue
Block a user