We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957355c commit ace5d4fCopy full SHA for ace5d4f
app/code/Meta/BusinessExtension/Helper/FBEHelper.php
@@ -265,7 +265,7 @@ public function getFBEExternalBusinessId($storeId)
265
public function log($info, array $context = [])
266
{
267
if (!isset($context['log_type'])) {
268
- $this->logger->info($info);
+ $this->logger->info($info, $context);
269
return;
270
}
271
0 commit comments