hapi-paypal
Advanced tools
Comparing version 0.0.93 to 0.0.94
@@ -58,2 +58,3 @@ "use strict"; | ||
this.server.route(hRoute); | ||
this.server.log(["info", "hapi-paypal", "route"], hRoute); | ||
}); | ||
@@ -374,4 +375,3 @@ } | ||
} | ||
this.server.log("info", "Webhook enabled successfully"); | ||
this.server.log("info", this.webhook.model); | ||
this.server.log(["info", "hapi-paypal", "webhook"], this.webhook.model); | ||
}); | ||
@@ -378,0 +378,0 @@ } |
{ | ||
"name": "hapi-paypal", | ||
"version": "0.0.93", | ||
"version": "0.0.94", | ||
"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
39789