I have created a tender types tenderOther with different descriptions. I am trying to use these tender types on the receipt. I want to use a condition of Tender.Descriptor.Description=" some text " like the one below. However the condition is not recognized as all transactions do the instructions after the condition even if they do not meet the condition. Someone help!
IF>
<CONDITION> Tender.Descriptor.Description = "KCB EFT"</CONDITION>
<THEN>
<ROW> "Card: " Tender.AccountNumberMasked "|" </ROW>
<ROW> "Auth: " Tender.ApprovalCode "|" </ROW>
</THEN>
</IF>
*This post is locked for comments