No content to show
User Activity
01-27-2022
Looks like you're using the NodeJS library. That process method is already doing the work for you to verify the webhook so you don't need to do any hmac comparison. The library returns an error when the webhook you're receiving is not registered [0]....
01-27-2022
If you look at your browser console, you'll see there's an error with the Javascript in your HTML. Within your call to createApp you put: host: new-shree-ram-shop.myshopify.com Place quotes around the value (e.g. "new-shree-ram-shop.myshopify.com") a...
01-27-2022
What is the error in the catch block? The HMAC verification doesn't require the the response body so it shouldn't be relevant.
09-20-2021
Hey ayrity - if you haven't come up with a solution yet, my free app Blazon has this feature. After install, you can query order info within Slack by using the slash command:/blazon order_numberThat will return the order details and include a link to...