node-pagseguro2
Advanced tools
Comparing version 0.3.3 to 0.3.4
{ | ||
"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 @@ } |