mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-10 17:44:28 +01:00
Invoice export should not prefix amounts with crypto code
This commit is contained in:
@@ -67,9 +67,9 @@ namespace BTCPayServer.Services.Invoices.Export
|
||||
ConversionRate = pmethod.Rate,
|
||||
PaymentType = details.GetPaymentType() == Payments.PaymentTypes.BTCLike ? "OnChain" : "OffChain",
|
||||
Destination = details.GetPaymentDestination(),
|
||||
PaymentDue = $"{accounting.MinimumTotalDue} {cryptoCode}",
|
||||
PaymentPaid = $"{accounting.CryptoPaid} {cryptoCode}",
|
||||
PaymentOverpaid = $"{accounting.OverpaidHelper} {cryptoCode}",
|
||||
PaymentDue = $"{accounting.MinimumTotalDue}",
|
||||
PaymentPaid = $"{accounting.CryptoPaid}",
|
||||
PaymentOverpaid = $"{accounting.OverpaidHelper}",
|
||||
|
||||
OrderId = invoice.OrderId,
|
||||
StoreId = invoice.StoreId,
|
||||
|
||||
Reference in New Issue
Block a user