Comparing version 1.51.0 to 1.51.1
@@ -14,2 +14,9 @@ var popbill = require('./'); | ||
accountCheckService.getChargeInfo('1234567890', | ||
function(response){ | ||
console.log(response); | ||
}, function(error){ | ||
console.log(error); | ||
}); | ||
accountCheckService.getChargeInfo('1234567890', 'testkorea', | ||
@@ -22,3 +29,3 @@ function(response){ | ||
accountCheckService.getChargeInfo('1234567890','성명', 'testkorea', | ||
accountCheckService.getChargeInfo('1234567890','성명', '', | ||
function(response){ | ||
@@ -25,0 +32,0 @@ console.log(response); |
@@ -38,9 +38,6 @@ var Util = require('util'); | ||
targetURI = '/EasyFin/AccountCheck/UnitCost' | ||
this._executeAction({ | ||
uri : targetURI, | ||
uri : '/EasyFin/AccountCheck/ChargeInfo?serviceType=' + encodeURIComponent(serviceType), | ||
CorpNum : CorpNum, | ||
UserID : UserID, | ||
ServiceType : encodeURIComponent(serviceType), | ||
success : function(response){ | ||
@@ -76,5 +73,4 @@ if(success) success(response); | ||
this._executeAction({ | ||
uri : '/EasyFin/AccountCheck/UnitCost', | ||
uri : '/EasyFin/AccountCheck/UnitCost?serviceType=' + encodeURIComponent(ServiceType), | ||
CorpNum : CorpNum, | ||
ServiceType : encodeURIComponent(ServiceType), | ||
success : function(response){ | ||
@@ -81,0 +77,0 @@ if(success) success(response.unitCost); |
{ | ||
"name": "popbill", | ||
"version": "1.51.0", | ||
"version": "1.51.1", | ||
"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.51.0 | ||
팝빌 node.js SDK v1.51.1 | ||
@@ -4,0 +4,0 @@ ## Install |
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
403596
9459