Socket
Socket
Sign inDemoInstall

node-radial

Package Overview
Dependencies
49
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.9 to 0.3.10

11

lib/webhooks/paymentSettlementStatus.js

@@ -34,2 +34,11 @@ /* LIB */

var reply = body.paymentsettlementstatuslist;
if (!reply) {
return fn({
status: 400,
type: 'Invalid Parameters',
message: 'The message body for this endpoint seems to be empty'
});
}
var list = reply.paymentsettlementstatus;

@@ -45,3 +54,3 @@

orderId: item.paymentcontextbase ?
item.paymentcontextbase.orderid[0] : item.paymentcontext.orderid[0],
item.paymentcontextbase[0].orderid[0] : item.paymentcontext[0].orderid[0],
};

@@ -48,0 +57,0 @@

2

package.json
{
"name": "node-radial",
"version": "0.3.9",
"version": "0.3.10",
"description": "NodeJS SDK for the Radial APIs",

@@ -5,0 +5,0 @@ "main": "radial.js",

@@ -577,2 +577,3 @@ [![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![MIT License][license-image]][license-url] [![Build Status][travis-image]][travis-url]

- **0.3.10:** Parsing fix for payment settlement status list.
- **0.3.9:** Fix for stupid auto-formatter error.

@@ -579,0 +580,0 @@ - **0.3.8:** Add details and parsing for settlement status webhook reply.

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc