Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "dpay", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Dpay is the easiest and most secure way to accept crypto payments for your service or store.", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.js", |
@@ -5,6 +5,15 @@ # dpay | ||
## Install | ||
> npm install dpay | ||
## Get auth token | ||
You need to register an account from our [website]("https://dpay.one/login") and then get the token from the [settings page]("https://dpay.one/dashboard/settingdash) | ||
### Sample Codes | ||
```js | ||
var dpay = require("dapy")(); | ||
var dpay = require("dpay")(); | ||
var params = { | ||
@@ -11,0 +20,0 @@ auth_token:"YOUR AUTHENTICATION TOKEN", |
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
2321472
27