@quintype/framework 7.18.10-webhook-data-temp.1 → 7.18.10-webhook-data-temp.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@ exports.triggerWebengageNotifications = async function triggerWebengageNotificat
|
|
|
10
10
|
) {
|
|
11
11
|
const eventName = get(req, ["body", "v1", "event", "name"], "");
|
|
12
12
|
const url = `https://api.webengage.com/v2/accounts/${licenseCode}/business/save-event`;
|
|
13
|
-
console.log("bold-webhook-schema is --->", req.body);
|
|
13
|
+
console.log("bold-webhook-schema inside framework is --->", req.body);
|
|
14
14
|
|
|
15
15
|
try {
|
|
16
16
|
await request({
|