mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-03 11:43:16 +03:00
Fixed code style
This commit is contained in:
parent
95c3e291f7
commit
33f756be8c
@ -667,8 +667,9 @@ class RetailCRM extends Module
|
|||||||
|
|
||||||
$externalId = false;
|
$externalId = false;
|
||||||
|
|
||||||
if(empty($params['cart']))
|
if (empty($params['cart'])) {
|
||||||
return false;
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
$response = $this->api->ordersGet(RetailcrmTools::getCartOrderExternalId($params['cart']));
|
$response = $this->api->ordersGet(RetailcrmTools::getCartOrderExternalId($params['cart']));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user