dark-payment
Advanced tools
Comparing version 0.1.4-beta.1 to 0.1.4-beta.2
// | ||
const $script = require('scriptjs'); | ||
const { tokenize } = require('../../util/helper'); | ||
const api = require('../../util/api'); | ||
const model = require('./model'); | ||
@@ -46,3 +46,3 @@ | ||
if (status === 'success') | ||
tokenize( | ||
api.addWalletSource( | ||
model.request({ | ||
@@ -49,0 +49,0 @@ ...this.config, |
{ | ||
"name": "dark-payment", | ||
"version": "0.1.4-beta.1", | ||
"version": "0.1.4-beta.2", | ||
"description": "Provide payment client", | ||
@@ -35,2 +35,2 @@ "main": "index.js", | ||
} | ||
} | ||
} |
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
32774