Fix: Correcting writable profile fields from vat_no to tax_identifier

This commit is contained in:
2026-09-25 14:03:04 +03:00
parent f416e207eb
commit 8fdaeda0ba
@@ -72,7 +72,7 @@ class CustomerAccountService
]; ];
private const WRITABLE_PROFILE_FIELDS = [ private const WRITABLE_PROFILE_FIELDS = [
'title', 'first_name', 'last_name', 'company_name', 'vat_no', 'title', 'first_name', 'last_name', 'company_name', 'tax_identifier',
]; ];
public function customer(Authenticatable $user): ?Customer public function customer(Authenticatable $user): ?Customer