1
0
Fork 0
mirror of synced 2025-04-06 07:13:33 +03:00

Update description version

This commit is contained in:
Ivan Chaplygin 2024-06-26 12:09:10 +03:00
parent 1cdbe2b9dd
commit 26bd9a1011
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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