Skip to content

Commit

Permalink
Add dispatched status
Browse files Browse the repository at this point in the history
  • Loading branch information
szeber committed Nov 20, 2019
1 parent c90ae1c commit bea3a39
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 @@ -20,6 +20,7 @@ class Consignment extends EntityDoAbstract
const STATUS_STOCK_TAKE_IN_PROGRESS = 'STOCKTAKE_IN_PROGRESS';
const STATUS_STOCK_TAKE_IN_PROGRESS_PROCESSED = 'STOCKTAKE_IN_PROGRESS_PROCESSED';
const STATUS_STOCK_TAKE_COMPLETE = 'STOCKTAKE_COMPLETE';
const STATUS_DISPATCHED = 'DISPATCHED';

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

0 comments on commit bea3a39

Please sign in to comment.