paypal-rest-api
Advanced tools
Comparing version 0.0.44 to 0.0.45
@@ -48,4 +48,3 @@ "use strict"; | ||
options.body = Object.assign({ webhook_event: webhookEvent, webhook_id: webhookid }, WebhookEventModel.parseHeaders(headers)); | ||
const response = yield this.api.verify(options); | ||
return JSON.parse(response.body); | ||
return yield this.api.verify(options); | ||
}); | ||
@@ -52,0 +51,0 @@ } |
{ | ||
"name": "paypal-rest-api", | ||
"version": "0.0.44", | ||
"version": "0.0.45", | ||
"description": "A typescript module for integrating with PayPal REST APIs.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
136180
2835