Skip to content

Commit

Permalink
Added Mockup placement type constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
briedis committed Mar 5, 2017
1 parent bdb6f3c commit 1566c36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Structures/Placements.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ class Placements
*/
const TYPE_LABEL_OUTSIDE = 'label_outside';

/**
* Mockup of the product, can be used when submitting orders, etc
*/
const TYPE_MOCKUP = 'mockup';

/**
* @var array
*/
Expand Down

0 comments on commit 1566c36

Please sign in to comment.