diff --git a/BTCPayServer/Controllers/UIInvoiceController.cs b/BTCPayServer/Controllers/UIInvoiceController.cs index a0997f4f1..92c287911 100644 --- a/BTCPayServer/Controllers/UIInvoiceController.cs +++ b/BTCPayServer/Controllers/UIInvoiceController.cs @@ -193,7 +193,8 @@ namespace BTCPayServer.Controllers Metadata = invoiceMetadata.ToJObject(), Currency = pr.Currency, Amount = amount, - Checkout = { RedirectURL = redirectUrl } + Checkout = { RedirectURL = redirectUrl }, + Receipt = new InvoiceDataBase.ReceiptOptions { Enabled = false } }; var additionalTags = new List { PaymentRequestRepository.GetInternalTag(pr.Id) };