verification before payment and email fixes

This commit is contained in:
Arseni
2026-02-18 18:15:38 +03:00
parent 4dc182bfa2
commit e901ac3eb6
35 changed files with 1023 additions and 192 deletions

View File

@@ -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;