Correct Zcash price handling in `invdata`

This commit is contained in:
Rene Vergara 2023-06-22 11:52:36 -05:00
parent fb0144bbe1
commit 4bd49c76d4
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 3 additions and 3 deletions

View File

@ -699,7 +699,7 @@ routes pipe config = do
run
(findPrice $
T.unpack . ocurrency $ o')
case cast' . Doc =<< pr of
case parseZGoPrice =<< pr of
Nothing -> do
status ok200
Web.Scotty.json
@ -722,9 +722,9 @@ routes pipe config = do
now
True
(ocurrency o')
cp
(price cp)
(xi_total xI)
(xi_total xI / cp)
(xi_total xI / price cp)
[ LineItem
1
("Invoice from " <>