Fix: Correcting writable profile fields from vat_no to tax_identifier
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user