Fix: added passing of shopping cart link
This commit is contained in:
parent
8627548d7c
commit
5f5c0c4c04
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue