//image size 32x32
payment.addPayment("Cash", "payment.icon.cash", "cashrefund");
payment.addPayment("Cheque", "payment.icon.cheque", "chequerefund");
//payment.addPayment("Voucher", "payment.icon.voucher", "voucherrefund");
payment.addPayment("Card", "payment.icon.card", "cardrefund");
payment.addPayment("Debt", "payment.icon.debt", "debt");
Leave a Reply