Skip to content

Commit 6b6f39b

Browse files
committed
[offline] add canceled status
1 parent 199679f commit 6b6f39b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Action/StatusAction.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ public function execute($request)
4242

4343
return;
4444
}
45+
46+
if (Constants::STATUS_CANCELED == $model[Constants::FIELD_STATUS]) {
47+
$request->markCanceled();
48+
49+
return;
50+
}
4551

4652
$request->markUnknown();
4753
}

0 commit comments

Comments
 (0)