From 2917ee644ba99b660ba555d137041f5b34c2778b Mon Sep 17 00:00:00 2001 From: Matheus Reis <35343551+matheusgnreis@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:30:30 -0300 Subject: [PATCH] chore: update webhook ecom --- functions/routes/ecom/webhook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/routes/ecom/webhook.js b/functions/routes/ecom/webhook.js index a0c4785..6c3b7cc 100644 --- a/functions/routes/ecom/webhook.js +++ b/functions/routes/ecom/webhook.js @@ -29,7 +29,7 @@ const removeFromQueue = (resourceId) => { exports.post = async ({ appSdk, admin }, req, res) => { // receiving notification from Store API const { storeId } = req - + console.log('acionando webhook', storeId) if (req.get('host') && !baseUri.includes(req.get('host'))) { console.log('>>> Proxy to function v2') const axios = require('axios')