Skip to content
Snippets Groups Projects

Start webhook implementation

Merged Christel Loftus requested to merge magento_webhooks into dev

Files

+ 1
1
@@ -26,5 +26,5 @@ class UData
*
* @var string
*/
public const WEBHOOK_URL = 'https://api.dev.bobgo.co.za/webhook/channel';
public const WEBHOOK_URL = 'https://api.dev.bobgo.co.za/webhook/channel/magento';
}
Loading