bill product flow bug fixes
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user