We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee34b9 commit 21b91b0Copy full SHA for 21b91b0
1 file changed
pages/api/paybutton/download/transactions/[paybuttonId].ts
@@ -69,7 +69,7 @@ const formatPaybuttonTransactionsFileData = (data: TransactionFileData): Formatt
69
...data,
70
amount: amount.toFixed(DECIMALS[currency]),
71
date: date.format(PRICE_API_DATE_FORMAT),
72
- value: value.toFixed(DECIMALS[currency]),
+ value: value.toFixed(2),
73
rate: rate.toFixed(14)
74
}
75
0 commit comments