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