Basic implementation of payment methods

This commit is contained in:
2026-07-28 16:09:38 +02:00
parent 6c9281516e
commit ab3d526217
13 changed files with 34 additions and 15 deletions
+2
View File
@@ -12,6 +12,7 @@ const props = defineProps({
availableEvents: Array,
participantData: Object,
localGroups: Array,
paymentMethod: String,
})
const showSignup = ref(true)
@@ -103,6 +104,7 @@ function close() {
:event="props.event"
:participantData="props.participantData ?? {}"
:localGroups="props.localGroups ?? []"
:paymentMethod="props.paymentMethod ?? null"
/>
<p v-else class="signup-closed-notice">
Die Anmeldung für diese Veranstaltung ist geschlossen.