mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
Apply taxes and set receipt properly for PoS Print View
This commit is contained in:
@@ -45,6 +45,7 @@ namespace BTCPayServer.Controllers
|
||||
typeof(InvoiceMetadata)
|
||||
.GetProperties()
|
||||
.Select(p => p.Name)
|
||||
.Where(p => p != "ReceiptData")
|
||||
.ToHashSet(StringComparer.OrdinalIgnoreCase);
|
||||
InvoiceAdditionalDataExclude.Remove(nameof(InvoiceMetadata.PosData));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user