Aggiunto output di debug
This commit is contained in:
parent
b764cfe92c
commit
cd8aa56544
|
@ -60,3 +60,6 @@ $response = curl_exec($ch);
|
|||
|
||||
// Chiusura handler
|
||||
curl_close($ch);
|
||||
|
||||
// Debug
|
||||
echo "STRINGA INVIATA:\n".json_encode($post_data);
|
||||
|
|
Loading…
Reference in New Issue