I need to add the remaining balance to a receipt for our custom tender. This could be one line or multiple lines if split tender is used.
My current approach is to use a ReceiptContentProvider which seems problematic given that it is not guaranteed to be called (to clear static memory) and cannot query the order (say for balances stored in note fields).
What is the best way to get my gift card balances printed on a sales receipt? Am I missing a built in mechanism?