Skip to content

Commit

Permalink
Add dispatched success status
Browse files Browse the repository at this point in the history
  • Loading branch information
szeber committed Nov 22, 2019
1 parent bea3a39 commit 23bb104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ShoppinPal/Vend/DataObject/Entity/V2/Consignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Consignment extends EntityDoAbstract
const STATUS_STOCK_TAKE_IN_PROGRESS_PROCESSED = 'STOCKTAKE_IN_PROGRESS_PROCESSED';
const STATUS_STOCK_TAKE_COMPLETE = 'STOCKTAKE_COMPLETE';
const STATUS_DISPATCHED = 'DISPATCHED';
const STATUS_DISPATCHED_SUCCESS = 'DISPATCHED_SUCCESS';

protected $subEntities = [
'filters' => [
Expand Down

0 comments on commit 23bb104

Please sign in to comment.