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

node-pagseguro2

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pagseguro2 - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

2

package.json
{
"name": "node-pagseguro2",
"version": "0.3.3",
"version": "0.3.4",
"main": "index.js",

@@ -5,0 +5,0 @@ "description": "Integração PagSeguro UOL com checkout transparente para servidores backend",

@@ -98,3 +98,3 @@ const request = require('request');

if (transaction.noInterestInstallmentQuantity && transaction.noInterestInstallmentQuantity > 1) {
if (transaction.noInterestInstallmentQuantity && transaction.noInterestInstallmentQuantity > 0) {
this.checkoutData.noInterestInstallmentQuantity = transation.noInterestInstallmentQuantity;

@@ -101,0 +101,0 @@ }

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