checkbook-api
Advanced tools
Comparing version 3.2.3 to 3.2.4
@@ -47,2 +47,10 @@ 'use strict'; | ||
sendDirectCheck: function(params, callback, idempotencyKey) { | ||
return this.resource.request({ | ||
method: 'POST', | ||
uri: '/check/direct', | ||
body: params | ||
}, callback, idempotencyKey); | ||
}, | ||
sendMultipleChecksCSV: function(params, callback, idempotencyKey) { | ||
@@ -49,0 +57,0 @@ return this.resource.request({ |
{ | ||
"name": "checkbook-api", | ||
"version": "3.2.3", | ||
"version": "3.2.4", | ||
"description": "Node.js library for the Checkbook.io API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -97,2 +97,3 @@ # Node.js library for the Checkbook.io API | ||
* ```sendPhysicalCheck(params, callback[, idempotencyKey])``` [:book:](https://docs.checkbook.io/reference#post-check-physical) | ||
* ```sendDirectCheck(params, callback[, idempotencyKey])``` | ||
* ```sendMultipleChecksCSV(params, callback[, idempotencyKey])``` | ||
@@ -99,0 +100,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
149702
780
156