diff --git a/Observer/ConfigChangeObserver.php b/Observer/ConfigChangeObserver.php index 8362feb89f8bee7db3a176872337d228588f183c..efc0179a7bd1288e9f61931fae30f25f63597569 100644 --- a/Observer/ConfigChangeObserver.php +++ b/Observer/ConfigChangeObserver.php @@ -84,8 +84,7 @@ class ConfigChangeObserver implements ObserverInterface } else { $this->messageManager->addErrorMessage( __('Webhook validation failed. Please check your internet connection - and get the webhook key for your channel on Bob Go sales channels page. - https://my.bobgo.co.za/sales-channels') + and use your Bob Go integration consumer secret key for webhook validation.') ); } } diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index 3f4b31fd3455a2a3eff2f54e78585934bef383ae..7aae293e459e273c4d6457e9b77c82742b9f125b 100644 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -39,7 +39,7 @@ <!-- Webhook Key Input Field --> <field id="webhook_key" translate="label" type="text" sortOrder="9" showInDefault="1" showInWebsite="1" showInStore="0"> <label>Webhook key</label> - <comment>Enter the webhook key for authentication.</comment> + <comment>Enter Bob Go integration consumer secret key for webhook authentication.</comment> <depends> <field id="enable_webhooks">1</field> </depends>