This commit is contained in:
Moritz Utcke
2025-02-20 10:35:23 +11:00
parent 39476ac5d5
commit 8049af9f17
7 changed files with 24 additions and 24 deletions

View File

@@ -109,6 +109,7 @@
// uid: ausweis.uid,
// });
localStorage.clear()
window.location.href = `/kaufabschluss?uid=${ausweis.uid}`;
}
@@ -140,6 +141,9 @@
Authorization: `Bearer ${Cookies.get(API_ACCESS_TOKEN_COOKIE_NAME)}`
}
})
// Alle alten Ausweisdateien im localStorage löschen.
localStorage.clear();
if (bezahlmethode === Enums.Bezahlmethoden.rechnung) {
window.location.href = `/payment/success?uid=${uid}`