diff --git a/app/code/IpSupply/SyncOrder/Observer/CheckOrderStatus.php b/app/code/IpSupply/SyncOrder/Observer/CheckOrderStatus.php index 28abd525..2e73eb94 100755 --- a/app/code/IpSupply/SyncOrder/Observer/CheckOrderStatus.php +++ b/app/code/IpSupply/SyncOrder/Observer/CheckOrderStatus.php @@ -30,7 +30,6 @@ class CheckOrderStatus implements ObserverInterface $currentContent .= date("Y-m-d H:i:s") . ':'; $currentContent .= $content; $currentContent .= "\n"; - $currentContent = str_replace(array("\r", "\n"), '', 500); file_put_contents($file, $currentContent); }