Failing 2 Automated checks for common errors

Failing these two:

  • Provides mandatory compliance webhooks

  • Verifies webhooks with HMAC signatures

Solved the Provides mandatory compliance webhooks by deploying the configuration had old dev tunnel url in there, had to update the url to fix it.

For this Verifies webhooks with HMAC signatures I just used createHmac from crypto library instead of shopify.authenticate.webhook from shopify library as a workaround and it seems to work for now and all the automated checks was successful.