bug fixes on UI

This commit is contained in:
2026-06-01 13:27:32 +02:00
parent 4277ac5573
commit b61d81d84b
5 changed files with 62 additions and 42 deletions

View File

@@ -39,6 +39,7 @@ class TransactionModel {
providerImage: '',
userId: '',
providerLabel: '',
region: '',
);
String paymentStatus = 'PENDING';
String pollStatus = 'PENDING';
@@ -77,6 +78,7 @@ abstract class FormData with _$FormData {
String? gatewayCharge,
String? tax,
String? totalAmount,
String? region,
}) = _FormData;
factory FormData.fromJson(Map<String, dynamic> json) =>
@@ -143,6 +145,7 @@ class TransactionController extends ChangeNotifier {
providerImage: '',
userId: '',
providerLabel: '',
region: '',
);
notifyListeners();