mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Add currency code to payment request list (#4709)
https://github.com/btcpayserver/btcpayserver/discussions/4619
This commit is contained in:
@@ -89,7 +89,7 @@ namespace BTCPayServer.Controllers
|
|||||||
var blob = data.GetBlob();
|
var blob = data.GetBlob();
|
||||||
return new ViewPaymentRequestViewModel(data)
|
return new ViewPaymentRequestViewModel(data)
|
||||||
{
|
{
|
||||||
AmountFormatted = _Currencies.FormatCurrency(blob.Amount, blob.Currency)
|
AmountFormatted = _Currencies.DisplayFormatCurrency(blob.Amount, blob.Currency)
|
||||||
};
|
};
|
||||||
}).ToList();
|
}).ToList();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user