Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbs-techstore-client-php
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
adi-ia
cbs-techstore-client-php
Commits
e2b40a5c
Commit
e2b40a5c
authored
8 years ago
by
Andy Summers
Browse files
Options
Downloads
Patches
Plain Diff
Add constants for Product MinMax Active
parent
abd30df4
No related branches found
No related tags found
1 merge request
!59
Add constants for Product MinMax Active
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/edu/wisc/services/cbs/product/Product.php
+7
-0
7 additions, 0 deletions
src/main/edu/wisc/services/cbs/product/Product.php
with
7 additions
and
0 deletions
src/main/edu/wisc/services/cbs/product/Product.php
+
7
−
0
View file @
e2b40a5c
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment