temp card settlement fix
This commit is contained in:
parent
ce32ed2327
commit
c495a29b06
@ -395,6 +395,10 @@ public class SettlementTransactionFragment extends DataBindingFragment implement
|
||||
}
|
||||
|
||||
public void onConfirm(){
|
||||
if(saleCount == 0){
|
||||
showDeclineDialog("No Transaction Found!");
|
||||
return;
|
||||
}
|
||||
if(sharedViewModel.getTransMenu().getValue() == TransMenu.SETTLEMENT) {
|
||||
/* April 10 , 2024 Smile requested not to send to host even settlement button was clicked */
|
||||
settlementViewModel.startSettlementProcess();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user