feat(donation): Use new endpoint for creating anon donations
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user