Update EReceiptUtil.java
This commit is contained in:
parent
7276f8c572
commit
6a4ee61066
@ -289,7 +289,7 @@ public class EReceiptUtil {
|
||||
String amount = df.format(realAmount);
|
||||
|
||||
Transaction txn = new Transaction();
|
||||
txn.setTran_id(pay.getVoucherNo()); // or ref no
|
||||
txn.setTran_id(pay.getQrTransId()); // or ref no
|
||||
txn.setStatus(
|
||||
pay.getTransactionType() == TransactionsType.MMQR_REFUND.value
|
||||
? "REFUND_SUCCESS"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user