@foxiko/client
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -73,5 +73,10 @@ const {Address} = require("../../Address"); | ||
let items = []; | ||
for(let item of this.items) { | ||
items.push(item.toArray()); | ||
} | ||
return { | ||
address: this.#address.getAddressFormat(), | ||
items: this.items, | ||
items: items, | ||
vats, | ||
@@ -78,0 +83,0 @@ sub_total, |
{ | ||
"name": "@foxiko/client", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
24402
833