updates on tran flow

This commit is contained in:
2025-09-01 23:53:53 +02:00
parent 6e2f91d2c0
commit 0bdabe55cc
7 changed files with 52 additions and 5 deletions

View File

@@ -35,7 +35,6 @@ class HistoryController extends ChangeNotifier {
notifyListeners();
try {
params['type'] = 'REQUEST';
Map<String, dynamic> response = await http.get(
'/public/transaction?${buildQueryParameters(params)}',
);