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

This commit is contained in:
Nicolai Ort 2025-04-28 20:06:07 +02:00
parent 1ec8e2186b
commit e28f543d89
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

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