1
This commit is contained in:
parent
a5e577b5d3
commit
adb84341f6
@ -46,6 +46,10 @@ async function webhooks(req, rsp) {
|
|||||||
console.log(req.body);
|
console.log(req.body);
|
||||||
|
|
||||||
const events = [];
|
const events = [];
|
||||||
|
let sdkEnv = config.Environment.PRODUCTION;
|
||||||
|
if (utils.isOnlineEnv()) {
|
||||||
|
sdkEnv = config.Environment.SANDBOX;
|
||||||
|
}
|
||||||
await webhook.handle( // this method will handle the subscription confirmation and signature & sender verification
|
await webhook.handle( // this method will handle the subscription confirmation and signature & sender verification
|
||||||
req.body,
|
req.body,
|
||||||
config.Environment.SANDBOX, // or config.Environment.PRODUCTION
|
config.Environment.SANDBOX, // or config.Environment.PRODUCTION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user