Comparing version 1.60.4 to 1.60.5
@@ -432,4 +432,4 @@ var Util = require('util'); | ||
var targetURI = '/EasyFin/Bank/' + JobID; | ||
if (!this._isNullOrEmpty(TradeType)) targetURI += '?TradeType=' + TradeType.toString(); | ||
var targetURI = '/EasyFin/Bank/' + JobID + '?TradeType='; | ||
if (!this._isNullOrEmpty(TradeType)) targetURI += TradeType.toString(); | ||
if (!this._isNullOrEmpty(SearchString)) targetURI += '&SearchString=' + encodeURIComponent(SearchString); | ||
@@ -436,0 +436,0 @@ if (!this._isNullOrEmpty(Page)) targetURI += '&Page=' + Page; |
{ | ||
"name": "popbill", | ||
"version": "1.60.4", | ||
"version": "1.60.5", | ||
"description": "Popbill API SDK for node. see www.popbill.com", | ||
@@ -21,3 +21,4 @@ "author": "Kim Seongjun <pallet027@gmail.com>", | ||
"dependencies": { | ||
"linkhub": "^1.8.2" | ||
"linkhub": "^1.8.2", | ||
"popbill": "file:" | ||
}, | ||
@@ -49,2 +50,2 @@ "repository": { | ||
"license": "MIT" | ||
} | ||
} |
# node-popbill | ||
팝빌 node.js SDK v1.60.4 | ||
팝빌 node.js SDK v1.60.5 | ||
@@ -4,0 +4,0 @@ ## Install |
518824
2
+ Addedpopbill@file: