paypal-isomorphic-functions
Advanced tools
Comparing version 1.0.26 to 1.0.27
@@ -46,5 +46,5 @@ "use strict"; | ||
}; | ||
return await fetch(`${config_1.CONFIG.get("PAYPAL_REST_HOSTNAME")}/v1/oauth2/userinfo?schema=paypalv1.1`, options); | ||
return await fetch(`${config_1.CONFIG.get("PAYPAL_REST_HOSTNAME")}/v1/identity/oauth2/userinfo?schema=paypalv1.1`, options); | ||
} | ||
exports.getUserInfo = getUserInfo; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "paypal-isomorphic-functions", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"description": "Library of helpful paypal functions that can be run in a browser or server", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -64,5 +64,5 @@ import { IPayPalAccessToken } from "./interfaces"; | ||
"PAYPAL_REST_HOSTNAME" | ||
)}/v1/oauth2/userinfo?schema=paypalv1.1`, | ||
)}/v1/identity/oauth2/userinfo?schema=paypalv1.1`, | ||
options | ||
); | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
428777
2217