verification before payment and email fixes
This commit is contained in:
@@ -174,10 +174,6 @@ class MultiplePayoutsProvider extends ChangeNotifier {
|
||||
}
|
||||
}
|
||||
|
||||
void setError(Object error) {
|
||||
_setErrorObject(error);
|
||||
}
|
||||
|
||||
Future<List<Payment>> send() async {
|
||||
if (isBusy) return const <Payment>[];
|
||||
|
||||
@@ -219,12 +215,6 @@ class MultiplePayoutsProvider extends ChangeNotifier {
|
||||
}
|
||||
}
|
||||
|
||||
Future<List<Payment>> sendAndStorePayments() async {
|
||||
final result = await send();
|
||||
_payments?.addPayments(result);
|
||||
return result;
|
||||
}
|
||||
|
||||
void removeUploadedFile() {
|
||||
if (isBusy) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user