Skip to content

Commit

Permalink
feat(products_v1): add description
Browse files Browse the repository at this point in the history
  • Loading branch information
Quynh To Tuan authored and qtotuan committed Jul 2, 2019
1 parent c43510a commit 56b1433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/v1/products/base.js
Expand Up @@ -776,6 +776,7 @@ module.exports = {
configuration: require('./properties/configuration'),
loyalty_values: oneOf({
type: 'array',
description: 'The amount of loyalty values that a customer receives per product. They will be used then the loyalty system specifies "lookup" as a base in the value configurations. The unit is also determined in the loyalty system configurations.',
minItems: 1,
items: {
type: 'object',
Expand Down

0 comments on commit 56b1433

Please sign in to comment.