disable printing on qr_pay_failed
This commit is contained in:
parent
b484f69cb3
commit
1811fefec1
@ -166,7 +166,8 @@ public class TransactionResultFragment extends DataBindingFragment implements Da
|
|||||||
} else if (transactionType == TransactionsType.SETTLEMENT) {
|
} else if (transactionType == TransactionsType.SETTLEMENT) {
|
||||||
handleSettlementTransaction(siriusReq);
|
handleSettlementTransaction(siriusReq);
|
||||||
} else if (isWavePayNonSuccessTransaction(transactionType, payDetail)) {
|
} else if (isWavePayNonSuccessTransaction(transactionType, payDetail)) {
|
||||||
startPrintProcess(false);
|
// startPrintProcess(false);
|
||||||
|
showDeclineDialog("QR Payment Failed!");
|
||||||
navigateToMainScreen();
|
navigateToMainScreen();
|
||||||
} else if (isWavePaySuccessTransaction(transactionType, payDetail)) {
|
} else if (isWavePaySuccessTransaction(transactionType, payDetail)) {
|
||||||
handleWavePaySuccessTransaction(payDetail, siriusReq);
|
handleWavePaySuccessTransaction(payDetail, siriusReq);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user