donations.php

This commit is contained in:
schrom01
2023-02-16 14:52:26 +01:00
parent 1a44a68894
commit 987f2138b4
+1 -1
View File
@@ -3,7 +3,7 @@
function createDonation($amount) {
$dolibarrURL = "https://dolibarr.romanschenk.ch/api/index.php/donations";
$BusinesspartnerID = "220";
$pulicNote = "Automatisch generiert von genderwatchprotocol.com"
$pulicNote = "Automatisch generiert von genderwatchprotocol.com";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $dolibarrURL);