ui improvements

This commit is contained in:
2025-09-01 20:17:08 +02:00
parent daf4450f7a
commit 6e2f91d2c0
30 changed files with 1822 additions and 224 deletions

View File

@@ -58,7 +58,7 @@ class GatewayController extends ChangeNotifier {
if (model.isCancelled) break;
try {
dynamic response = await http.get('/transaction/poll/$uid');
dynamic response = await http.get('/public/transaction/poll/$uid');
logger.i(response.toString());
if (response['status'] == 'SUCCESS') {
@@ -85,7 +85,7 @@ class GatewayController extends ChangeNotifier {
}
try {
dynamic response = await http.get('/transaction/poll/$uid');
dynamic response = await http.get('/public/transaction/poll/$uid');
logger.i(response.toString());
if (response['status'] == 'SUCCESS') {