donations.php

This commit is contained in:
schrom01 2023-02-16 14:52:26 +01:00
parent 1a44a68894
commit 987f2138b4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
function createDonation($amount) { function createDonation($amount) {
$dolibarrURL = "https://dolibarr.romanschenk.ch/api/index.php/donations"; $dolibarrURL = "https://dolibarr.romanschenk.ch/api/index.php/donations";
$BusinesspartnerID = "220"; $BusinesspartnerID = "220";
$pulicNote = "Automatisch generiert von genderwatchprotocol.com" $pulicNote = "Automatisch generiert von genderwatchprotocol.com";
$ch = curl_init(); $ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $dolibarrURL); curl_setopt($ch, CURLOPT_URL, $dolibarrURL);