completed migrating data scope from user to workspace
This commit is contained in:
@@ -39,6 +39,7 @@ class TransactionModel {
|
||||
paymentProcessorImage: '',
|
||||
providerImage: '',
|
||||
userId: '',
|
||||
workspaceId: '',
|
||||
providerLabel: '',
|
||||
region: '',
|
||||
);
|
||||
@@ -69,6 +70,7 @@ abstract class FormData with _$FormData {
|
||||
required String providerImage,
|
||||
required String providerLabel,
|
||||
required String userId,
|
||||
required String workspaceId,
|
||||
String? debitPhone,
|
||||
String? debitAccount,
|
||||
String? productUid,
|
||||
@@ -150,6 +152,7 @@ class TransactionController extends ChangeNotifier {
|
||||
paymentProcessorImage: '',
|
||||
providerImage: '',
|
||||
userId: '',
|
||||
workspaceId: '',
|
||||
providerLabel: '',
|
||||
region: '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user