api module fix
This commit is contained in:
parent
e1776dfb46
commit
4f934aed10
@ -232,8 +232,6 @@ class RestApi
|
||||
public function customerUpload($customers)
|
||||
{
|
||||
$dataJson = json_encode($customers);
|
||||
$dataJson = str_replace(self::$jsonReplaceSource, self::$jsonReplaceTarget,
|
||||
$dataJson);
|
||||
$this->parameters['customers'] = $dataJson;
|
||||
|
||||
$url = $this->apiUrl.'customers/upload';
|
||||
|
Loading…
Reference in New Issue
Block a user