Definition

ecommerce-5--4/store/store.module

Description

@name Workflow statuses

These states indicate the state of a transaction and provide a generic workflow.

Code

<?php
define('EC_WORKFLOW_RECEIVED', 1);
?>