Skip to content

Commit

Permalink
feat(customers): add new allowed type to customer-discounts
Browse files Browse the repository at this point in the history
  • Loading branch information
qtotuan committed Apr 17, 2019
1 parent 26f0506 commit 61d1574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/v0/customers/create.request.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ module.exports = {
type: 'string',
'enum': [
'percent',
'percentage',
'value'
]
},
Expand Down
1 change: 1 addition & 0 deletions lib/v0/customers/update.request.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ module.exports = {
type: 'string',
'enum': [
'percent',
'percentage',
'value'
]
},
Expand Down

0 comments on commit 61d1574

Please sign in to comment.