From 43dece26673480d6cc5f1e1ad874ef77e2ecbbdf Mon Sep 17 00:00:00 2001 From: Thomas Brinkmann Date: Mon, 6 Jun 2022 11:55:21 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EPOST=20/order=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- POST-%2Forder.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/POST-%2Forder.md b/POST-%2Forder.md index 73bc7f7..2943151 100644 --- a/POST-%2Forder.md +++ b/POST-%2Forder.md @@ -44,7 +44,7 @@ $curl = curl_init(); curl_setopt_array($curl, array( - CURLOPT_URL => 'control.local/api/v2/order', + CURLOPT_URL => 'https://api.dsh.gg/api/v2/order', CURLOPT_CUSTOMREQUEST => 'GET', CURLOPT_POSTFIELDS =>'{ "paymentmethod": "paypal", @@ -67,7 +67,7 @@ echo $response; ##### cURL ```bash -curl --location --request GET 'control.local/api/v2/order' \ +curl --location --request GET 'https://api.dsh.gg/api/v2/order' \ --header 'X-TOKEN: test-token' \ --header 'Content-Type: application/json' \ --data-raw '{