We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cfc795 + 21b91b0 commit 90bcf7aCopy full SHA for 90bcf7a
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