diff --git a/Facebook/BusinessExtension/Model/Product/Feed/Method/BatchApi.php b/Facebook/BusinessExtension/Model/Product/Feed/Method/BatchApi.php index 665a64e..42f0252 100644 --- a/Facebook/BusinessExtension/Model/Product/Feed/Method/BatchApi.php +++ b/Facebook/BusinessExtension/Model/Product/Feed/Method/BatchApi.php @@ -98,7 +98,7 @@ public function generateProductRequestData($accessToken = null) $exceptions++; // Don't overload the logs, log the first 3 exceptions if ($exceptions <= 3) { - $this->_fbeHelper->logException($e); + $this->fbeHelper->logException($e); } // If it looks like a systemic failure : stop feed generation if ($exceptions > 100) {