mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Receipt page fixes (#6079)
* Receipt: Don't assign empty values to data; hide present empty values * Receipt: Use same URL on "Return to Store" link as on invoice
This commit is contained in:
@@ -20,6 +20,6 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
public Dictionary<string, object> CartData { get; set; }
|
||||
public ReceiptOptions ReceiptOptions { get; set; }
|
||||
public List<ViewPaymentRequestViewModel.PaymentRequestInvoicePayment> Payments { get; set; }
|
||||
public string OrderUrl { get; set; }
|
||||
public string RedirectUrl { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user