Compare commits
2 Commits
ce32ed2327
...
3a14c574a8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a14c574a8 | ||
|
|
c495a29b06 |
@ -395,6 +395,10 @@ public class SettlementTransactionFragment extends DataBindingFragment implement
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void onConfirm(){
|
public void onConfirm(){
|
||||||
|
if(saleCount == 0){
|
||||||
|
showDeclineDialog("No Transaction Found!");
|
||||||
|
return;
|
||||||
|
}
|
||||||
if(sharedViewModel.getTransMenu().getValue() == TransMenu.SETTLEMENT) {
|
if(sharedViewModel.getTransMenu().getValue() == TransMenu.SETTLEMENT) {
|
||||||
/* April 10 , 2024 Smile requested not to send to host even settlement button was clicked */
|
/* April 10 , 2024 Smile requested not to send to host even settlement button was clicked */
|
||||||
settlementViewModel.startSettlementProcess();
|
settlementViewModel.startSettlementProcess();
|
||||||
|
|||||||
BIN
release_key.jks
Normal file
BIN
release_key.jks
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user