Checkout‑Registrierung validiert jetzt die E‑Mail‑Länge, und die Checkout‑Flows sind Paddle‑only: Stripe‑Endpoints/
Services/Helpers sind entfernt, API/Frontend angepasst, Tests auf Paddle umgestellt. Außerdem wurde die CSP gestrafft und Stripe‑Texte in den Abandoned‑Checkout‑Mails ersetzt.
This commit is contained in:
9
resources/js/admin/mobile/eventFormNavigation.ts
Normal file
9
resources/js/admin/mobile/eventFormNavigation.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { TenantEvent } from '../api';
|
||||
|
||||
export function resolveEventSlugAfterUpdate(currentSlug: string, updated: TenantEvent): string {
|
||||
if (updated.slug && updated.slug !== currentSlug) {
|
||||
return updated.slug;
|
||||
}
|
||||
|
||||
return currentSlug;
|
||||
}
|
||||
Reference in New Issue
Block a user