billogramapi
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -121,3 +121,6 @@ 'use strict'; | ||
Customers.prototype.updateCustomer = function(customerID, customerData, callback) { | ||
console.log(rest); | ||
rest.putJson = function putJson(url, data, options) { | ||
return json(url, data, options, 'PUT'); | ||
} | ||
var uri = this.baseUri + '/' + customerID; | ||
@@ -124,0 +127,0 @@ makeRequestJson( |
{ | ||
"name": "billogramapi", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Wrapper for Billograms API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
7258
125