diff --git a/api/Orders.php b/api/Orders.php index 6e8b0cf..62506ff 100755 --- a/api/Orders.php +++ b/api/Orders.php @@ -47,6 +47,7 @@ public function get_order($id) o.comment, o.status, o.url, + o.payment_details, o.total_price, o.note, o.ip @@ -135,7 +136,7 @@ public function get_orders($filter = array()) o.email, o.comment, o.status, - o.url, + o.url, o.total_price, o.note FROM __orders AS o