It looks like you're new here. If you want to get involved, click one of these buttons!
<?php
$json = file_get_contents('php://input');
writeToLog("JSON: ".$json);
I've tested the URL through Postman and its working perfectly when I sent a sample payload. You can try sending one too, you should get an array back. How do I debug this? There seems to be no logs in the Kite Connect.
order
. I wrote it correctly in Postman.Thanks dude.