feat(donation): Use new endpoint for creating anon donations

This commit is contained in:
2025-04-28 20:06:07 +02:00
parent 1ec8e2186b
commit e28f543d89

View File

@@ -76,7 +76,7 @@
let postdata = {
amount: amount_cent,
};
DonationService.donationControllerPostFixed(postdata)
DonationService.donationControllerPostAnonymous(postdata)
.then((result) => {
amount_input = 0;
modal_open = false;