@paykit-sdk/polar 1.1.2 → 1.1.3
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/dist/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -138,7 +138,6 @@ var PolarProvider = class {
|
|
|
138
138
|
},
|
|
139
139
|
{}
|
|
140
140
|
);
|
|
141
|
-
console.log({ headers, webhookHeaders, webhookSecret, body });
|
|
142
141
|
const { data, type } = (0, import_webhooks.validateEvent)(body, webhookHeaders, webhookSecret);
|
|
143
142
|
const id = webhookHeaders["webhook-id"];
|
|
144
143
|
const timestamp = webhookHeaders["webhook-timestamp"];
|
package/dist/index.mjs
CHANGED
|
@@ -116,7 +116,6 @@ var PolarProvider = class {
|
|
|
116
116
|
},
|
|
117
117
|
{}
|
|
118
118
|
);
|
|
119
|
-
console.log({ headers, webhookHeaders, webhookSecret, body });
|
|
120
119
|
const { data, type } = validateEvent(body, webhookHeaders, webhookSecret);
|
|
121
120
|
const id = webhookHeaders["webhook-id"];
|
|
122
121
|
const timestamp = webhookHeaders["webhook-timestamp"];
|