ShipEngine / firebase-extensions

Apache License 2.0
5 stars 7 forks source link

req.body is not a function + wrong mapping #42

Open eyaljoyous opened 2 years ago

eyaljoyous commented 2 years ago
  1. TypeError: req.body is not a function ext-track-labels-trackingWebhook at /workspace/lib/index.js:27:60

    in the webhook function need to change req.body() to req.body (notice #2 req.body.data)

  2. the mapping to req.body should be changed to req.body.data to match the schema mapping so change req.body() to req.body.data