There is
$this->request->get['']
and
$this->request->post['']
but often I find APIs that require the $_REQUEST method
For now I've just been using the raw version
$order_id = $_REQUEST['order_id'];
Could/Should this be added to the request library:
$this->request->request[''];
Who is online
Users browsing this forum: No registered users and 2 guests