Skip to content
Snippets Groups Projects
Commit d32f2f6d authored by Christel Loftus's avatar Christel Loftus
Browse files

consumer secret key as webhook key

parent c86e1b10
No related branches found
No related tags found
1 merge request!14Start webhook implementation
......@@ -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.')
);
}
}
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment