bitcoin-coinify-client
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "bitcoin-coinify-client", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Buy and sell Bitcoin using Coinify API.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -126,3 +126,5 @@ var Exchange = require('bitcoin-exchange-client'); | ||
var getToken = function () { | ||
return this.delegate.getToken.bind(this.delegate)('coinify', {walletAge: true}); | ||
// Coinify doesn't support "partner" param yet | ||
// return this.delegate.getToken.bind(this.delegate)('coinify', {walletAge: true}); | ||
return this.delegate.getToken.bind(this.delegate)(null, {walletAge: true}); | ||
}; | ||
@@ -129,0 +131,0 @@ |
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
108358
37
3129