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 5118166 commit 9864ee5Copy full SHA for 9864ee5
Controller/Adminhtml/Landingpage/Save.php
@@ -99,7 +99,7 @@ public function execute()
99
100
if (isset($data['algolia_configuration']) && $data['algolia_configuration'] != $data['configuration']) {
101
$data['configuration'] = $data['algolia_configuration'];
102
- if ($this->configHelper->isCustomerGroupsEnabled($data['store_id']) && isset($configuration['price'.$data['price_key']])) {
+ if ($this->configHelper->isCustomerGroupsEnabled($data['store_id'])) {
103
$configuration = json_decode($data['algolia_configuration'], true);
104
$priceConfig = $configuration['price'.$data['price_key']];
105
$customerGroups = $this->customerGroupCollectionFactory->create();
0 commit comments