Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

popbill

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

popbill - npm Package Compare versions

Comparing version 1.51.0 to 1.51.1

9

AccountCheckTest.js

@@ -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);

8

lib/AccountCheckService.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc