bill product flow bug fixes

This commit is contained in:
2025-11-28 12:18:40 +02:00
parent 556a83fa0c
commit 2313d72eab
13 changed files with 959 additions and 46 deletions

View File

@@ -18,7 +18,7 @@ class TransactionModel {
type: '',
billClientId: '',
debitRef: '',
debitCurrency: '',
debitCurrency: 'USD',
amount: '',
debitPhone: '',
debitAccount: '',
@@ -70,6 +70,7 @@ abstract class FormData with _$FormData {
String? debitPhone,
String? debitAccount,
String? productUid,
String? billProductName,
String? trace,
String? authType,
String? charge,
@@ -121,7 +122,7 @@ class TransactionController extends ChangeNotifier {
type: '',
billClientId: '',
debitRef: '',
debitCurrency: '',
debitCurrency: 'USD',
amount: '',
debitPhone: '',
debitAccount: '',