From 5b7ccfd8d95b097db91856505a0edbcb39a27143 Mon Sep 17 00:00:00 2001 From: DanielS Date: Tue, 30 Jun 2026 15:23:44 +0200 Subject: [PATCH] fix(dsgvo): correctly anonymize last name and street for end customers --- shop/lib/actions/end-customers.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shop/lib/actions/end-customers.ts b/shop/lib/actions/end-customers.ts index 26d0263..30a65c1 100644 --- a/shop/lib/actions/end-customers.ts +++ b/shop/lib/actions/end-customers.ts @@ -133,8 +133,8 @@ export async function anonymizeEndCustomer(id: string): Promise { 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,