diff --git a/CHANGELOG.md b/CHANGELOG.md index d7997e8..eca0fe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated KlaviyoV3Api to handle new response patterns returned from V3 APIs - Fixed issue with Added to Cart events not syncing for multi-site configurations - Fixed Added to Cart observer to check for private key instead of public key -- Fixed error handling from V3 APIs, logs out the error message instead of the stack trace on retries. +- Fixed error handling from V3 APIs, logs out the error message instead of the stack trace on retries. ### [4.1.1] - 2023-12-12 diff --git a/Cron/KlSyncs.php b/Cron/KlSyncs.php index bb320c3..2f259d7 100644 --- a/Cron/KlSyncs.php +++ b/Cron/KlSyncs.php @@ -172,7 +172,7 @@ private function sendUpdatesToApp(array $groupedRows, bool $isRetry = false) } } } - $this->updateRowStatuses($syncedRows,$failedRows, $isRetry); + $this->updateRowStatuses($syncedRows, $failedRows, $isRetry); } /**