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

consumer secret key as webhook key

parent b0265f41
Branches
Tags
2 merge requests!201.0.41,!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.
Please register or to comment