Comparing version 1.0.9 to 1.0.10
@@ -173,3 +173,2 @@ var SoapService = require("./SoapService.js"); | ||
var document = DocumentScheme(); | ||
var itemsId = req.query.data; | ||
@@ -179,4 +178,4 @@ var requestInvoiceData = "NOT_NEEDED"; | ||
// Wczytanie produktów. | ||
for (var i = 0; i < itemsId.length; i++) { | ||
var itemId = itemsId[i]; | ||
for (var i = 0; i < paymentData.itemsId.length; i++) { | ||
var itemId = paymentData.itemsId[i]; | ||
var item = this.Product(itemId); | ||
@@ -183,0 +182,0 @@ |
{ | ||
"name": "billon", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13669
429