mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-01 19:03:14 +03:00
Fixed code style
This commit is contained in:
parent
95c3e291f7
commit
33f756be8c
@ -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']));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user