Skip to content

Commit

Permalink
fix(full-receipts): add the dynamic footer feature (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffunzer committed Apr 26, 2024
1 parent 0dd52ba commit 76bfa38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/v1/templates/put.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ module.exports.request = {
map: {
...map
},
footer_items: {
...footerItems
},
location_and_date: {
type: 'string',
maxLength: 32
Expand Down

0 comments on commit 76bfa38

Please sign in to comment.