mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-11 12:50:55 +00:00
ref #90910 delete unused code
This commit is contained in:
parent
00e776045a
commit
7b25cfd5d8
1 changed files with 0 additions and 1 deletions
|
@ -263,7 +263,6 @@ class RetailcrmCartUploader
|
|||
'customer' => ['externalId' => $cart->id_customer],
|
||||
'clearAt' => null,
|
||||
'createdAt' => DateTimeImmutable::createFromFormat('Y-m-d H:i:s', $cart->date_add)->format(static::$crmCartDateFormat),
|
||||
'droppedAt' => DateTimeImmutable::createFromFormat('Y-m-d H:i:s', $cart->date_add)->format(static::$crmCartDateFormat),
|
||||
];
|
||||
|
||||
if (!$isExistExternalId) {
|
||||
|
|
Loading…
Add table
Reference in a new issue