Update description version
This commit is contained in:
parent
1cdbe2b9dd
commit
26bd9a1011
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
## 2024-06-26 4.7.8
|
||||
* Fixed transfer of abandoned cart
|
||||
* Added passing link field for abandoned baskets
|
||||
|
||||
## 2024-04-23 4.7.7
|
||||
* Added transfer of services via ICML catalog
|
||||
|
|
|
@ -43,7 +43,7 @@ if (!class_exists('WC_Retailcrm_Carts')) :
|
|||
'clearAt' => null,
|
||||
'updatedAt' => date($this->dateFormat),
|
||||
'droppedAt' => date($this->dateFormat),
|
||||
'link' => wc_get_cart_url()
|
||||
'link' => wc_get_cart_url(),
|
||||
];
|
||||
|
||||
// If new cart, need set createdAt and externalId
|
||||
|
|
|
@ -83,7 +83,7 @@ Asegúrate de tener una clave API específica para cada tienda. Las siguientes i
|
|||
|
||||
== Changelog ==
|
||||
= 4.7.8 =
|
||||
* Fixed transfer of abandoned cart
|
||||
* Added passing link field for abandoned baskets
|
||||
|
||||
= 4.7.7 =
|
||||
* Added transfer of services via ICML catalog
|
||||
|
|
Loading…
Add table
Reference in a new issue