balanced-node-new
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -23,2 +23,6 @@ module.exports = { | ||
}, | ||
list_cards: { | ||
path: 'customers/:customer_id/cards', | ||
method: 'get' | ||
}, | ||
add_bank: { | ||
@@ -31,2 +35,6 @@ path: 'customers/:customer_id', | ||
}, | ||
list_banks: { | ||
path: 'customers/:customer_id/bank_accounts', | ||
method: 'get' | ||
}, | ||
add_credit: { | ||
@@ -66,2 +74,6 @@ path: 'customers/:customer_id/credits', | ||
}, | ||
list_transactions: { | ||
path: 'customers/:customer_id/transactions', | ||
method: 'get' | ||
}, | ||
delete: { | ||
@@ -68,0 +80,0 @@ path: 'customers/:customer_id', |
{ | ||
"name": "balanced-node-new", | ||
"description": "Offical Balanced Payments API Client for node.js, https://www.balancedpayments.com/docs/api", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"author": "Balanced Payments / uh-sem-blee, Co. | typefoo", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -5,3 +5,3 @@ var https = require('https'), | ||
async = require('async'), | ||
balanced = require('../lib_new/balanced'), | ||
balanced = require('../lib/balanced'), | ||
config = require('./definitions.js'), | ||
@@ -8,0 +8,0 @@ hostname = 'api.balancedpayments.com', |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
38609
1463
2