I can add a note to a lineitem. Can I do the same for a custom tender? If not, what is the suggested method for me to put some custom information under the item (reference number, balance, or etc)
Thanks!
Danielle
I can add a note to a lineitem. Can I do the same for a custom tender? If not, what is the suggested method for me to put some custom information under the item (reference number, balance, or etc)
Thanks!
Danielle
I am trying that - the question remainig is how do I know which tender the receipt is for?
'note' field is there in item post request -
{ "note": "", "item": { "id": "XTUI1FGNFA" } }
So that you can know what I discovered on this - There is a note. I can print that using the ReceiptConector (for printed receipts. However, it doesn't work as there is a race condition because the receipt connector is using a cached copy and the note is in the cloud or to retrieve it you are going to the cloud and this hasn't been updated. I wasn't clear on the exact mechanism, but it was definitely related to the syncing with the cloud. If you waited a few seconds before printing the receipt I could access the note.
1 Person is following this question.