Comparing version 1.6.0 to 1.6.1
@@ -257,3 +257,3 @@ var popbill = require('./'); | ||
cashbillService.getDetailInfo('1234567890', '20170303-01', | ||
cashbillService.getDetailInfo('1234567890', '20171114-20', | ||
function(response){ | ||
@@ -323,3 +323,3 @@ console.log(response); | ||
cashbillService.revokeRegistIssue('1234567890', '20171113-47', '664483163', '20171113', false, '', 'testkorea', true, '1', '3000', '0', '0', '3000', | ||
cashbillService.revokeRegistIssue('1234567890', '20171114-20', '806100322', '20171113', false, '', 'testkorea', true, 1, '3300', '300', '0', '3600', | ||
function(response){ | ||
@@ -331,3 +331,3 @@ console.log(response); | ||
cashbillService.revokeRegister('1234567890', '20171113-42', '820116333', '20170711', false, '', true, '1', '3000', '300', '0', '3300', | ||
cashbillService.revokeRegister('1234567890', '20171114-19', '820116333', '20170711', false, 'testkorea', true, 1, '3300', '300', '0', '3600', | ||
function(response){ | ||
@@ -334,0 +334,0 @@ console.log(response); |
@@ -570,15 +570,15 @@ var Util = require('util'); | ||
BaseService.addMethod(CashbillService.prototype, "revokeRegistIssue", function(CorpNum, mgtKey, orgConfirmNum, orgTradeDate, success, error){ | ||
this.revokeRegistIssue(CorpNum,mgtKey,orgConfirmNum,orgTradeDate,false,'','',false,'','','','','',success,error); | ||
this.revokeRegistIssue(CorpNum,mgtKey,orgConfirmNum,orgTradeDate,false,'','',false,null,'','','','',success,error); | ||
}); | ||
BaseService.addMethod(CashbillService.prototype, "revokeRegistIssue", function(CorpNum, mgtKey, orgConfirmNum, orgTradeDate, smssendYN, success, error){ | ||
this.revokeRegistIssue(CorpNum,mgtKey,orgConfirmNum,orgTradeDate,smssendYN,'','',false,'','','','','',success,error); | ||
this.revokeRegistIssue(CorpNum,mgtKey,orgConfirmNum,orgTradeDate,smssendYN,'','',false,null,'','','','',success,error); | ||
}); | ||
BaseService.addMethod(CashbillService.prototype, "revokeRegistIssue", function(CorpNum, mgtKey, orgConfirmNum, orgTradeDate, smssendYN, memo, success, error){ | ||
this.revokeRegistIssue(CorpNum,mgtKey,orgConfirmNum,orgTradeDate,smssendYN,memo,'',false,'','','','','',success,error); | ||
this.revokeRegistIssue(CorpNum,mgtKey,orgConfirmNum,orgTradeDate,smssendYN,memo,'',false,null,'','','','',success,error); | ||
}); | ||
BaseService.addMethod(CashbillService.prototype, "revokeRegistIssue", function(CorpNum, mgtKey, orgConfirmNum, orgTradeDate, smssendYN, memo, UserID, success, error){ | ||
this.revokeRegistIssue(CorpNum,mgtKey,orgConfirmNum,orgTradeDate,smssendYN,memo,'',false,'','','','','',success,error); | ||
this.revokeRegistIssue(CorpNum,mgtKey,orgConfirmNum,orgTradeDate,smssendYN,memo,UserID,false,null,'','','','',success,error); | ||
}); | ||
@@ -624,9 +624,8 @@ | ||
// 취소현금영수증 임시저장 API 추가 2017/08/18 | ||
BaseService.addMethod(CashbillService.prototype, "revokeRegister", function(CorpNum, mgtKey, orgConfirmNum, orgTradeDate, success, error){ | ||
this.revokeRegister(CorpNum,mgtKey,orgConfirmNum,orgTradeDate,false,'',false, '', '', '', '', '', success,error); | ||
this.revokeRegister(CorpNum,mgtKey,orgConfirmNum,orgTradeDate,false,'',false, null, '', '', '', '', success,error); | ||
}); | ||
BaseService.addMethod(CashbillService.prototype, "revokeRegister", function(CorpNum, mgtKey, orgConfirmNum, orgTradeDate, smssendYN, success, error){ | ||
this.revokeRegister(CorpNum,mgtKey,orgConfirmNum,orgTradeDate,smssendYN,'',false, '', '', '', '', '', success,error); | ||
this.revokeRegister(CorpNum,mgtKey,orgConfirmNum,orgTradeDate,smssendYN,'',false, null, '', '', '', '', success,error); | ||
}); | ||
@@ -636,3 +635,3 @@ | ||
isPartCancel, cancelType, supplyCost, tax, serviceFee, totalAmount, success, error){ | ||
this.revokeRegister(CorpNum,mgtKey,orgConfirmNum,orgTradeDate,smssendYN, '', false, '', '', '', '', '', success, error); | ||
this.revokeRegister(CorpNum,mgtKey,orgConfirmNum,orgTradeDate,smssendYN, UserID, false, null, '', '', '', '', success, error); | ||
}); | ||
@@ -639,0 +638,0 @@ BaseService.addMethod(CashbillService.prototype, "revokeRegister", function(CorpNum, mgtKey, orgConfirmNum, orgTradeDate, smssendYN, UserID, |
{ | ||
"name": "popbill", | ||
"version": "1.6.0", | ||
"version": "1.6.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.6.0 | ||
팝빌 node.js SDK v1.6.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
231446