I have a webhooks endpoint setup in a node project build using Hapi.js.
I am using the crypto module to generate the hash to verify the payload.
Everything seems to work fine when I do a test webhook, the hash I
generate matches the hash in the heade...