This commit is contained in:
Akolzin Dmitry 2018-10-25 13:37:56 +03:00
parent 2a5accdeef
commit 1b07923f6b

View File

@ -800,7 +800,7 @@ class RetailCRM extends Module
$name = 'PrestaShop';
$accountUrl = $scheme . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
if ($apiVersion == 'v4') {
if ($apiVersion == '4') {
$configuration = array(
'name' => $name,
'code' => $integrationCode . '-' . $clientId,