Fixed code style

This commit is contained in:
Eugene Polozov 2021-04-05 18:00:04 +03:00
parent 95c3e291f7
commit 33f756be8c

View File

@ -667,8 +667,9 @@ class RetailCRM extends Module
$externalId = false;
if(empty($params['cart']))
if (empty($params['cart'])) {
return false;
}
$response = $this->api->ordersGet(RetailcrmTools::getCartOrderExternalId($params['cart']));