feat(donation): Use new endpoint for creating anon donations
This commit is contained in:
parent
1ec8e2186b
commit
e28f543d89
@ -76,7 +76,7 @@
|
||||
let postdata = {
|
||||
amount: amount_cent,
|
||||
};
|
||||
DonationService.donationControllerPostFixed(postdata)
|
||||
DonationService.donationControllerPostAnonymous(postdata)
|
||||
.then((result) => {
|
||||
amount_input = 0;
|
||||
modal_open = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user