infusionsoft
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -130,2 +130,6 @@ var xmlrpc = require('xmlrpc'); | ||
}; | ||
iSDK.prototype.createInvoiceForRecurring = function (recurringOrderId, callback) { | ||
var ca = [this.apiKey, recurringOrderId]; | ||
this.methodCaller('InvoiceService.createInvoiceForRecurring', ca, callback); | ||
}; | ||
@@ -132,0 +136,0 @@ iSDK.prototype.findProduct = function (id, rFields, callback) { |
{ | ||
"name": "infusionsoft", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "InfusionSoft node.js SDK", | ||
@@ -5,0 +5,0 @@ "contributors": [{ "name": "Patrick Lodder", "email": "plodder@intellibiz.org" }], |
5918
114