fix(dsgvo): correctly anonymize last name and street for end customers

This commit is contained in:
DanielS
2026-06-30 15:23:44 +02:00
parent fbb75567cf
commit 5b7ccfd8d9

View File

@@ -133,8 +133,8 @@ export async function anonymizeEndCustomer(id: string): Promise<void> {
company_name: '[GELÖSCHT]',
vat_id: null,
first_name: '[GELÖSCHT]',
last_name: null,
street: null,
last_name: '[GELÖSCHT]',
street: '[GELÖSCHT]',
zip: null,
city: null,
email: null,