How to Configure Tender type
How can I configure the tender type as the following in TenderID in the poslog file for the following debit cards.(Cardrange.xml configuration and tender type)
1.Discover u.s. debit
Expected:
<TenderID><![CDATA[DISCOVER_US_DEBIT]]></TenderID>
2.Master
Expected:
<TenderID><![CDATA[MASTER_US_DEBIT]]></TenderID>
3.Visa u.s. Debit
Expected:
<TenderID><![CDATA[VISA_US_COMMON_DEBIT]]></TenderID>
4.Maestro Debit Card
Expected:
<TenderID><![CDATA[MAESTRO]]></TenderID>
I tried to do the same and I got all the cards as Credit card for the above cards.Attaching the sql file on tender configurations
<TenderID><![CDATA[CREDIT_CARD]]></TenderID>
Cardrange configuration:
<Range Match="(?i)discover.*debit.*" Name="DISCOVER_US_DEBIT" Core="0" CardType="99"/>