Revert "UOCL-285: payment screen hanging (#42)"

This reverts commit 0c6b84dd5f.
This commit is contained in:
2025-03-28 11:14:51 +00:00
parent 1f984b560c
commit acc38ba567
9 changed files with 26 additions and 62 deletions
@@ -749,7 +749,7 @@ public abstract class JPaymentSelect extends javax.swing.JDialog
};
//worker.execute();
customExecutor.submit(worker);
customExecutor.execute(worker);
}
catch (Exception ex) {
System.out.println(ex.getMessage());