Hi guys!
My javascript is:
xhr.open('POST', WebsitePath + '/payment_consultation/' + order_id);
xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
xhr.send(JSON.stringify(details));
How to get the value of ‘order_id’ in my payment_consultation.php?