fix REprint Any Trax for showing SEttlement Data
This commit is contained in:
parent
28b4019bd7
commit
b87dc2a60a
@ -304,7 +304,10 @@ public class ReprintAnyTransactionFragment extends DataBindingFragment {
|
||||
|
||||
} else {
|
||||
// Reprint Any Transaction::
|
||||
if(yesterday.compareTo(transDate) <= 0 && pay.getTransactionType() != TransactionsType.SETTLEMENT.value && pay.getTransactionType() != TransactionsType.REVERSAL.value) {
|
||||
if(yesterday.compareTo(transDate) <= 0
|
||||
&& pay.getTransactionType() != TransactionsType.SETTLEMENT.value
|
||||
&& pay.getTransactionType() != TransactionsType.MMQR_SETTLEMENT.value
|
||||
&& pay.getTransactionType() != TransactionsType.REVERSAL.value) {
|
||||
// April 2, 2024 client requested to add QR host at host selection type
|
||||
|
||||
if(sharedViewModel.hostType.getValue() == HostType.MPU) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user