fix(order): remove status bypass and wire pending_review lifecycle
This commit is contained in:
@@ -105,6 +105,7 @@ export const useReviewStore = create<ReviewState>((set, get) => ({
|
||||
item.orderId === input.orderId ? { ...item, sealed: false } : item,
|
||||
),
|
||||
}))
|
||||
useOrderStore.getState().autoTimeoutPendingReview(input.orderId)
|
||||
}
|
||||
|
||||
return allow()
|
||||
|
||||
Reference in New Issue
Block a user