Skip to content

Commit

Permalink
fix decimal
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschoffke committed Feb 17, 2023
1 parent 934474d commit 308487f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
],
"amount": {
"currency": "EUR",
"value": 2.5
"value": 2.50
},
"factor": 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@
],
"amount": {
"currency": "EUR",
"value": 2.5
"value": 2.50
},
"factor": 1
}
Expand Down

0 comments on commit 308487f

Please sign in to comment.