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

Add constants for Product MinMax Active

parent abd30df4
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