We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be208e7 commit d6e2736Copy full SHA for d6e2736
1 file changed
functions/routes/tiny/webhook.js
@@ -22,6 +22,7 @@ exports.post = ({ appSdk, admin }, req, res) => {
22
const storeId = parseInt(req.query.store_id, 10)
23
24
if (storeId > 100 && typeof tinyToken === 'string' && tinyToken && req.body) {
25
+ logger.info(`storeId: ${storeId} => ${JSON.stringify(req.body)}`)
26
const { dados, tipo } = req.body
27
if (dados) {
28
/*
0 commit comments