hapi-paypal
Advanced tools
Comparing version 0.0.86 to 0.0.87
@@ -31,3 +31,3 @@ "use strict"; | ||
}, | ||
webhook: { | ||
webhook: !process.env.PAYPAL_WEBHOOK_ENABLE ? null : { | ||
event_types: [..._1.HapiPayPal.webhookEvents].map((event) => ({ name: event })), | ||
@@ -34,0 +34,0 @@ url: `https://${process.env.HOSTNAME}${process.env.PAYPAL_WEBHOOK_ROUTE}`, |
{ | ||
"name": "hapi-paypal", | ||
"version": "0.0.86", | ||
"version": "0.0.87", | ||
"description": "A hapi plugin to interface with PayPal Rest API's and webhooks.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
39084
10