Skip to content
Snippets Groups Projects
Commit fccaf36e authored by Andy Summers's avatar Andy Summers
Browse files

Merge branch 'minmax-active' into 'master'

Add constants for Product MinMax Active

See merge request !59
parents abd30df4 e2b40a5c
No related branches found
No related tags found
1 merge request!59Add constants for Product MinMax Active
......@@ -11,6 +11,13 @@ use Money\Money;
*/
class Product
{
/** @var string CBS value for MinMax active */
const MIN_MAX_ACTIVE = 'yes';
/** @var string CBS value for MinMax inactive */
const MIN_MAX_INACTIVE = 'no';
/** @var float Stock Keeping Unit, a unique product identifier */
private $sku;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment