No content to show
User Activity
08-24-2022
Hello.We at Cloudify have been trying to develop an app for the Shopify Marketplace. The app will allow the customers to sync Shopify with E-conomic (An invoicing SaaS). So we have tried to submit our app to Shopify but failed to get it approved. How...
Hello I am trying to validate webhook hmac verification with just nodejs but always getting verification failed. I am passing valid app secret key. this is how my code looksvar hmacByCrypto = crypto.createHmac('sha256', client_secret).update(JSON.str...