|
@@ -65,7 +65,6 @@ class OrderService extends AbstractServiceClient implements OrderServiceInterfac
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
-
|
|
|
/**
|
|
|
* @param array $data
|
|
|
* @return mixed
|
|
@@ -74,7 +73,6 @@ class OrderService extends AbstractServiceClient implements OrderServiceInterfac
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
-
|
|
|
/**
|
|
|
* @param array $data
|
|
|
* @return mixed
|