From 5fca34c3036386303b2f8647a9185325b22649aa Mon Sep 17 00:00:00 2001 From: schrom01 Date: Thu, 16 Feb 2023 15:06:31 +0100 Subject: [PATCH] donations.php --- donations/donations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/donations/donations.php b/donations/donations.php index d6d93d9..82251c6 100644 --- a/donations/donations.php +++ b/donations/donations.php @@ -9,7 +9,7 @@ function createDonation($amount) { curl_setopt($ch, CURLOPT_URL, $dolibarrURL); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); - curl_setopt($ch, CURLOPT_POSTFIELDS, "{\"amount\": ".$amount.", \"date\": 1676545200, \"socid\": ".$BusinesspartnerID.", \"note_public\": Automatisch generiert von genderwatchprotocol.com}"); + curl_setopt($ch, CURLOPT_POSTFIELDS, "{\"amount\": ".$amount.", \"date\": 1676545200, \"socid\": ".$BusinesspartnerID.", \"note_public\": \"Automatisch generiert von genderwatchprotocol.com\"}"); $headers = array(); $headers[] = 'Content-Type: application/json';