Hi, Swipe is working fine after i added the line in the code. CreditCard
creditCard =
CreditCard.createCreditCard();creditCard.setCardPresent(true); Thanks
Hi Richard, There is no integration of card swipe in the sample
application. So, i am setting track info like this String refId =
Long.toString(System.currentTimeMillis());BigDecimal totalAmount = new
BigDecimal(pay_now_total);CreditCard creditCard =...