fixed payment methods serialization deserialization

This commit is contained in:
Stephan D
2025-12-05 05:17:14 +01:00
parent 3b047af7ca
commit 574b40fe9f
3 changed files with 100 additions and 15 deletions

View File

@@ -71,7 +71,6 @@ class PaymentMethodsProvider extends GenericProvider<PaymentMethod> {
).toDTO().toJson(),
);
Future<void> makeMain(PaymentMethod method) {
// TODO: create separate backend method to manage main payment method
final updates = <Future<void>>[];