paypal-v2-sdk
Advanced tools
Comparing version 1.1.11 to 1.1.12
@@ -6,3 +6,3 @@ { | ||
"name": "paypal-v2-sdk", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "Unofficial promise-based PayPal API v2 SDK for node.js", | ||
@@ -9,0 +9,0 @@ "main": "index.js", |
@@ -16,5 +16,5 @@ Installation | ||
``` | ||
- Configure your PayPal instance | ||
- Configure your PayPal instance (last param, true = sandbox, false = live) | ||
```js | ||
PayPal.configure("YOUR CLIENT ID", "YOUR CLIENT SECRET"); | ||
PayPal.configure("YOUR CLIENT ID", "YOUR CLIENT SECRET", true); | ||
``` | ||
@@ -21,0 +21,0 @@ - Authenticate your connection (you only need to do this once) |
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
114740