Update EReceiptUtil.java

This commit is contained in:
MooN 2025-12-29 02:31:40 +06:30
parent 7276f8c572
commit 6a4ee61066

View File

@ -289,7 +289,7 @@ public class EReceiptUtil {
String amount = df.format(realAmount); String amount = df.format(realAmount);
Transaction txn = new Transaction(); Transaction txn = new Transaction();
txn.setTran_id(pay.getVoucherNo()); // or ref no txn.setTran_id(pay.getQrTransId()); // or ref no
txn.setStatus( txn.setStatus(
pay.getTransactionType() == TransactionsType.MMQR_REFUND.value pay.getTransactionType() == TransactionsType.MMQR_REFUND.value
? "REFUND_SUCCESS" ? "REFUND_SUCCESS"