donations.php
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user