mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-11 12:50:55 +00:00
Update RetailcrmHttpClient.php
This commit is contained in:
parent
7db5256ac4
commit
f46ef048ba
1 changed files with 2 additions and 2 deletions
|
@ -108,10 +108,10 @@ class RetailcrmHttpClient
|
|||
|
||||
$parameters = self::METHOD_GET === $method
|
||||
? array_merge($this->defaultParameters, $parameters, [
|
||||
'php_version' => function_exists('phpversion') ? phpversion() : '',
|
||||
'cms_source' => 'PrestaShop',
|
||||
'module_version' => RetailCRM::VERSION,
|
||||
'cms_version' => _PS_VERSION_,
|
||||
'php_version' => function_exists('phpversion') ? phpversion() : '',
|
||||
'module_version' => RetailCRM::VERSION,
|
||||
])
|
||||
: $parameters = array_merge($this->defaultParameters, $parameters);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue