Skip to content

Commit

Permalink
feat: explicit flag for printing used discounts
Browse files Browse the repository at this point in the history
  • Loading branch information
23RoMax committed Aug 12, 2020
1 parent 2da794f commit 1079694
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/v1/discounts/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,20 @@ module.exports = {
type: 'null'
}
]
},
receipt: {
oneOf: [
{
type: 'object',
additionalProperties: false,
properties: {
print_explicitely: {
type: 'boolean',
default: false
}
}
}
]
}
}
},
Expand Down

0 comments on commit 1079694

Please sign in to comment.