infusionsoft
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -126,2 +126,6 @@ var xmlrpc = require('xmlrpc'); | ||
iSDK.prototype.placeOrder = function (contactId, creditCardId, payPlanId, productIds, subscriptionIds, processSpecials, promocodes, callback) { | ||
var ca = [this.apiKey, contactId, creditCardId, payPlanId, productIds || [], subscriptionIds || [], (processSpecials === true), promocodes || []]; | ||
this.methodCaller('OrderService.placeOrder', ca, callback); | ||
}; | ||
@@ -128,0 +132,0 @@ iSDK.prototype.findProduct = function (id, rFields, callback) { |
{ | ||
"name": "infusionsoft", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "InfusionSoft node.js SDK", | ||
@@ -5,0 +5,0 @@ "contributors": [{ "name": "Patrick Lodder", "email": "plodder@intellibiz.org" }], |
5711
110