1
0
Fork 0
mirror of synced 2025-04-03 22:03:34 +03:00

Fix: added passing of shopping cart link

This commit is contained in:
Ivan Chaplygin 2024-06-26 11:48:57 +03:00
parent 8627548d7c
commit 5f5c0c4c04

View file

@ -42,7 +42,8 @@ if (!class_exists('WC_Retailcrm_Carts')) :
'customer' => ['externalId' => $customerId],
'clearAt' => null,
'updatedAt' => date($this->dateFormat),
'droppedAt' => date($this->dateFormat)
'droppedAt' => date($this->dateFormat),
'link' => wc_get_cart_url()
];
// If new cart, need set createdAt and externalId