Comparing version 1.12.1 to 1.13.0
@@ -20,2 +20,8 @@ var Util = require('util'); | ||
if (this._config.IPRestrictOnOff != undefined){ | ||
this.IPRestrictOnOff = this._config.IPRestrictOnOff; | ||
} else { | ||
this.IPRestrictOnOff = true; | ||
} | ||
linkhub.initialize({ | ||
@@ -22,0 +28,0 @@ LinkID: this._config.LinkID, |
{ | ||
"name": "popbill", | ||
"version": "1.12.1", | ||
"version": "1.13.0", | ||
"description": "Popbill API SDK for node. see www.popbill.com", | ||
@@ -5,0 +5,0 @@ "author": "Kim Seongjun <pallet027@gmail.com>", |
# node-popbill | ||
팝빌 node.js SDK v1.12.1 | ||
팝빌 node.js SDK v1.13.0 | ||
@@ -4,0 +4,0 @@ ## Install |
@@ -730,2 +730,2 @@ var popbill = require('./'); | ||
console.log(error); | ||
}); | ||
}); |
341802
7791