|
@@ -62,6 +62,14 @@ class OrderService extends AbstractServiceClient implements OrderServiceInterfac
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
public function delOrderAdmin(array $data)
|
|
|
+ {
|
|
|
+ return $this->__request(__FUNCTION__, $data);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getPrice(array $data)
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|