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