This commit is contained in:
2026-05-08 18:51:28 +02:00
parent 42a9506f02
commit c6ef798b22
7 changed files with 120 additions and 75 deletions

View File

@@ -205,7 +205,7 @@ class CompanyModel extends Equatable {
'sdi': sdi,
'company_logo': logoUrl,
'phone': phone,
'email': 'email',
'email': email,
'is_paid': isPaid,
if (paymentExpiration != null)
'payment_expiration': paymentExpiration!.toIso8601String(),