billogramapi
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -9,4 +9,2 @@ 'use strict'; | ||
console.log(rest); | ||
var Customers = function(api_user, api_password, isSandbox) { | ||
@@ -124,2 +122,3 @@ if(isSandbox) { | ||
Customers.prototype.updateCustomer = function(customerID, customerData, callback) { | ||
console.log(rest); | ||
var uri = this.baseUri + '/' + customerID; | ||
@@ -126,0 +125,0 @@ makeRequestJson( |
{ | ||
"name": "billogramapi", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"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