Co-authored-by: Jan Klattenhoff <jan@kjan.email>
Reviewed-on: #37
This commit is contained in:
2025-02-28 11:53:10 +00:00
parent dacd7f5cd2
commit c220c2aef8
9 changed files with 82 additions and 22 deletions

View File

@ -12,6 +12,7 @@ export default class extends Controller {
"ticketType",
"foodType",
"note",
"donation"
];
stripe;
@ -191,6 +192,7 @@ export default class extends Controller {
lastname: this.lastnameTarget.value.trim(),
email: this.emailTarget.value.trim(),
phone: this.phoneTarget.value.trim(),
donation: Number(this.donationTarget.value) ?? null
};
}