Skip to content

Commit

Permalink
updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolivie committed Feb 27, 2025
1 parent 7c0e416 commit e5f3ef9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions examples/it/out/b2c-adecf.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"uuid": "8a51fd30-2a27-11ee-be56-0242ac120002",
"dig": {
"alg": "sha256",
"val": "eef8e46b9a6cac86b1b4cf140f601192af04bf0f22bd3a9e5bb5b11cec0a2759"
"val": "5c6367a4867fc0a9c0424655b8ab8d54fb8f22c263fecfb71ee1adf6dfeb2a3a"
}
},
"doc": {
Expand Down Expand Up @@ -35,7 +35,10 @@
"quantity": "1",
"item": {
"name": "Cleaning services",
"price": "125.00"
"price": "125.00",
"ext": {
"it-adecf-product": "services"
}
},
"sum": "125.00",
"taxes": [
Expand All @@ -53,7 +56,10 @@
"quantity": "3",
"item": {
"name": "Cleaning products",
"price": "137.50"
"price": "137.50",
"ext": {
"it-adecf-product": "services"
}
},
"sum": "412.50",
"taxes": [
Expand Down

0 comments on commit e5f3ef9

Please sign in to comment.