paypal-isomorphic-functions
Advanced tools
Comparing version 1.0.7 to 1.0.8
import { IPayPalAccessToken } from "./interfaces"; | ||
export * from './interfaces'; | ||
export declare function createAccessToken(): Promise<IPayPalAccessToken>; |
{ | ||
"name": "paypal-isomorphic-functions", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Library of helpful paypal functions that can be run in a browser or server", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
import { IPayPalAccessToken } from "./interfaces"; | ||
import { CONFIG } from "../config"; | ||
export * from './interfaces'; | ||
export async function createAccessToken() { | ||
@@ -5,0 +7,0 @@ const options = { |
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
357004
1268