Skip to content

Commit d4b87d1

Browse files
Update calculate-shipping.js
1 parent bf06b8c commit d4b87d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/routes/ecom/modules/calculate-shipping.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ exports.post = ({ appSdk }, req, res) => {
192192
} else {
193193
result = data
194194
}
195+
console.log('Resultado cotação', JSON.stringify(result))
195196

196197
if (result && result.status === 'OK' && Array.isArray(result.content && result.content.delivery_options)) {
197198
// success response

0 commit comments

Comments
 (0)