Skip to content

Commit

Permalink
feat(transactions): cart vouchers
Browse files Browse the repository at this point in the history
remove unsupported printed at
  • Loading branch information
alghanor committed Apr 21, 2020
1 parent a5f6b8d commit d544ab7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions lib/v1/transactions/components/embedded/voucher/base.js
Expand Up @@ -52,13 +52,6 @@ module.exports = {
type: 'boolean',
default: false
},
printed_at: oneOf({
default: null,
type: 'string',
format: 'date-time',
example: '2018-11-04T23:18:43.075Z',
description: 'The first time the voucher was printed (to mark subsequent prints as copy).'
}),
system: {
type: 'string',
format: 'uuid',
Expand Down
1 change: 0 additions & 1 deletion lib/v1/transactions/legacy/items/base.js
Expand Up @@ -343,7 +343,6 @@ module.exports = {
'voucher_client_id', // If is_voucher, the client assigned id of the item\'s associated vocuher operation
'voucher_number', // If is_voucher, the used voucher code
'voucher_code_is_api_generated', // if voucher was newly created - indicates if an existing number was used or if the API created a new code
'voucher_printed_at', // if voucher qualified for printing - when it was printed
'voucher_ean', // If is_voucher, the EAN of the voucher\'s associated product
'voucher_product', // If is_voucher, the associated Tillhub product resource of the voucher
'voucher_user_id', // If is_voucher, the dynamic user component (user account or external system)
Expand Down

0 comments on commit d544ab7

Please sign in to comment.