hapi-paypal
Advanced tools
Comparing version 0.0.91 to 0.0.92
@@ -359,4 +359,2 @@ "use strict"; | ||
!twebhook ? yield this.createWebhook(webhook) : yield this.replaceWebhook(twebhook); | ||
this.server.log("info", "Webhook enabled successfully"); | ||
this.server.log("info", this.webhook); | ||
} | ||
@@ -370,4 +368,2 @@ catch (err) { | ||
} | ||
this.server.log("info", "Webhook enabled successfully"); | ||
this.server.log("info", this.webhook); | ||
} | ||
@@ -379,2 +375,4 @@ } | ||
} | ||
this.server.log("info", "Webhook enabled successfully"); | ||
this.server.log("info", this.webhook.model); | ||
}); | ||
@@ -381,0 +379,0 @@ } |
{ | ||
"name": "hapi-paypal", | ||
"version": "0.0.91", | ||
"version": "0.0.92", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39653
545