synapsepay
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -13,3 +13,5 @@ var Clients = require('./lib/Clients.js'), | ||
Transaction = require('./lib/Transaction.js'), | ||
Helpers = require('./lib/Helpers.js'); | ||
Helpers = require('./lib/Helpers.js'), | ||
Institutions = require('./lib/Institutions.js'), | ||
Crypto = require('./lib/Crypto.js'); | ||
@@ -29,3 +31,5 @@ module.exports = { | ||
Transaction: Transaction, | ||
Helpers: Helpers | ||
Helpers: Helpers, | ||
Institutions: Institutions, | ||
Crypto: Crypto | ||
}; |
@@ -7,11 +7,8 @@ 'use strict'; | ||
get(user, options, callback) { | ||
get(client, options, callback) { | ||
const config = { | ||
client: user.client, | ||
ip_address: user.ip_address, | ||
fingerprint: user.fingerprint, | ||
oauth_key: user.oauth_key | ||
client: client | ||
}; | ||
let url = `${user.client.baseUrl}/nodes/atms`; | ||
let url = `${client.baseUrl}/nodes/atms`; | ||
@@ -18,0 +15,0 @@ if (options) { |
{ | ||
"name": "synapsepay", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "Node.js Library for SynapsePay API v3.x Rest", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
43173
22
1112