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

paidup-product-connect

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paidup-product-connect - npm Package Compare versions

Comparing version 0.4.11 to 0.4.12

38

machines/product-retrieve.js

@@ -41,5 +41,6 @@ module.exports = {

description: 'List of categories.',
example: {
example: `{
status: 200,
body: {
"_id" : "someId",
"details": {

@@ -82,18 +83,18 @@ "organizationId": "105",

"paymentPlans": {
//"due1": {
// "description": "Full payment",
// "visible": true,
// "dues": [
// {
// "description": "some description",
// "dateCharge": "2016-02-26 10:30",
// "amount": 100,
// "discount": 50,
// "applyDiscount": false
// }
// ]
//}
"due1": {
"description": "Full payment",
"visible": true,
"dues": [
{
"description": "some description",
"dateCharge": "2016-02-26 10:30",
"amount": 100,
"discount": 50,
"applyDiscount": false
}
]
}
}
}
}
}`
},

@@ -135,3 +136,3 @@ error: {

var prodJson = JSON.parse(resp.body.feeManagement)
prodJson._id = resp.body.productId;
prodJson.details.images.main = resp.body.images[0].url;

@@ -150,7 +151,6 @@

return exits.success({
return exits.success(JSON.stringify({
status: 200,
body: prodJson
})
}))
}

@@ -157,0 +157,0 @@ })

{
"name": "paidup-product-connect",
"version": "0.4.11",
"version": "0.4.12",
"description": "Connector for PaidUp Microservice Product",

@@ -5,0 +5,0 @@ "scripts": {

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