Update order.php

This commit is contained in:
Alex Lushpai 2017-07-04 17:08:33 +03:00 committed by GitHub
parent 0f6b57f3fa
commit cceb82df92

View File

@ -17,7 +17,7 @@ class ModelRetailcrmOrder extends Model {
$this->retailcrmApi = new RetailcrmProxy(
$settings['retailcrm_url'],
$settings['retailcrm_apikey'],
$this->serLogs()
$this->setLogs()
);
$ordersToCrm = array();