donations.php
This commit is contained in:
parent
1a44a68894
commit
987f2138b4
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue