Skip to content

Commit

Permalink
update M2 code
Browse files Browse the repository at this point in the history
  • Loading branch information
azemoh committed Sep 25, 2020
1 parent e94f34b commit 4456971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/code/Fera/Ai/view/frontend/templates/footer.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
store_pk: "<?= $block->getPublicKey(); ?>",
api_url: "<?= $block->getApiUrl(); ?>"
});
window.fera.push('loadPlatformAdapter', "magento");
window.fera.push('loadPlatformAdapter', "magento2");

<?php $shopperData = $block->getShopperData() ?>
<?php if ($shopperData): ?>
Expand Down

0 comments on commit 4456971

Please sign in to comment.