Skip to content

Commit d6e2736

Browse files
committed
chore(webhook-tiny): add debug
1 parent be208e7 commit d6e2736

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

functions/routes/tiny/webhook.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ exports.post = ({ appSdk, admin }, req, res) => {
2222
const storeId = parseInt(req.query.store_id, 10)
2323

2424
if (storeId > 100 && typeof tinyToken === 'string' && tinyToken && req.body) {
25+
logger.info(`storeId: ${storeId} => ${JSON.stringify(req.body)}`)
2526
const { dados, tipo } = req.body
2627
if (dados) {
2728
/*

0 commit comments

Comments
 (0)