From b5adba84be067b7bdc623d5cf872f0d1f8ec82f2 Mon Sep 17 00:00:00 2001 From: gleemand Date: Thu, 23 Jun 2022 17:27:07 +0300 Subject: [PATCH] Fixed spanish accents processing in ICML --- src/include/class-wc-retailcrm-icml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/class-wc-retailcrm-icml.php b/src/include/class-wc-retailcrm-icml.php index dd0bc73..b0a25ba 100644 --- a/src/include/class-wc-retailcrm-icml.php +++ b/src/include/class-wc-retailcrm-icml.php @@ -119,7 +119,7 @@ if (!class_exists('WC_Retailcrm_Icml')) : $string = sprintf( '%s', current_time('Y-m-d H:i:s'), - $this->shop + html_entity_decode($this->shop) ); file_put_contents($this->tmpFile, $string, LOCK_EX);