Skip to content

Commit

Permalink
2140 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed Jun 9, 2016
1 parent 42d5d95 commit 3801de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Spryker/Shared/Oms/OmsConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ interface OmsConstants
const INITIAL_STATUS = 'new';

const PROCESS_LOCATION = 'PROCESS_LOCATION';
const ACTIVE_PROCESSES = 'ACTIVE_PROCESSES';

const NAME_CREDIT_MEMO_REFERENCE = 'CreditMemoReference';

Expand Down
2 changes: 1 addition & 1 deletion src/Spryker/Zed/Oms/OmsConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function getProcessDefinitionLocation()
*/
public function getActiveProcesses()
{
return [];
return $this->get(OmsConstants::ACTIVE_PROCESSES, []);
}

/**
Expand Down

0 comments on commit 3801de8

Please sign in to comment.