mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-10 04:10:54 +00:00
Fixed code style
This commit is contained in:
parent
95c3e291f7
commit
33f756be8c
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue