paypal-server-api
Advanced tools
Comparing version 2.0.9 to 2.0.10
@@ -25,2 +25,4 @@ const fetch = require('wonderful-fetch'); | ||
self.fetch = options.fetch || fetch; | ||
return self; | ||
@@ -101,3 +103,2 @@ } | ||
'Accept': 'application/json', | ||
// 'Content-Type': 'application/json', | ||
'Accept-Language': 'en_US', | ||
@@ -104,0 +105,0 @@ 'Authorization': `Bearer ${self.access_token}`, |
{ | ||
"name": "paypal-server-api", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "Powerful assistive library for interacting with the PayPal API.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -25,2 +25,4 @@ const fetch = require('wonderful-fetch'); | ||
self.fetch = options.fetch || fetch; | ||
return self; | ||
@@ -101,3 +103,2 @@ } | ||
'Accept': 'application/json', | ||
// 'Content-Type': 'application/json', | ||
'Accept-Language': 'en_US', | ||
@@ -104,0 +105,0 @@ 'Authorization': `Bearer ${self.access_token}`, |
16548
6