Compare commits
No commits in common. "1811fefec11f489424ef16bd138f850c14d3572e" and "8cd56777cc3d32989d19f6a215d35ebe527b0720" have entirely different histories.
1811fefec1
...
8cd56777cc
@ -166,8 +166,7 @@ public class TransactionResultFragment extends DataBindingFragment implements Da
|
||||
} else if (transactionType == TransactionsType.SETTLEMENT) {
|
||||
handleSettlementTransaction(siriusReq);
|
||||
} else if (isWavePayNonSuccessTransaction(transactionType, payDetail)) {
|
||||
// startPrintProcess(false);
|
||||
showDeclineDialog("QR Payment Failed!");
|
||||
startPrintProcess(false);
|
||||
navigateToMainScreen();
|
||||
} else if (isWavePaySuccessTransaction(transactionType, payDetail)) {
|
||||
handleWavePaySuccessTransaction(payDetail, siriusReq);
|
||||
|
||||
@ -422,9 +422,6 @@ public class TMSSetupsImpl implements TMSSetups{
|
||||
} else if (TextUtils.equals(name,"qrpay_enable")) {
|
||||
|
||||
SystemParamsOperation.getInstance().setQRPayStatus(parseBoolean(data));
|
||||
} else if(TextUtils.equals(name, "mmqr_interval_waiting_time")){
|
||||
|
||||
SystemParamsOperation.getInstance().setWaveIntervalTime(data);
|
||||
} else if (TextUtils.equals(name,"print_iso_enable")) {
|
||||
|
||||
SystemParamsOperation.getInstance().setPrintISOStatus(parseBoolean(data));
|
||||
|
||||
@ -15,6 +15,8 @@
|
||||
<variable name="carouselAdapter" type="androidx.recyclerview.widget.RecyclerView.Adapter"/>
|
||||
<variable name="myAdapter" type="com.utsmm.kbz.ui.adapters.MainAdapter"/>
|
||||
</data>
|
||||
|
||||
|
||||
<!-- ======== ROOT ======== -->
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
|
||||
@ -308,7 +308,7 @@
|
||||
<string name="title_processing">Processing</string>
|
||||
<string name="enter_trans_id_text">Enter Transaction Id</string>
|
||||
<string name="title_trans_id">Transaction Id</string>
|
||||
<string name="title_wave_pay">MMQR Pay</string>
|
||||
<string name="title_wave_pay">MMQR Pay(title)</string>
|
||||
<string name="title_qr_scan">QR Scan</string>
|
||||
<string name="txt_wave_pay_description">Please scan here to complete your payment.</string>
|
||||
<string name="txt_title_papaer_roll">Paper roll not found!</string>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user