Addressing PR review issues

This commit is contained in:
rockstardev
2025-04-03 23:00:58 -05:00
committed by nicolas.dorier
parent 586a952480
commit c3998fdf34
17 changed files with 112 additions and 49 deletions

View File

@@ -37,8 +37,10 @@ namespace BTCPayServer.Client.Models
public string Title { get; set; }
public string Description { get; set; }
public string Email { get; set; }
// Allow payment requests to be linked to invoices outside BTCPay Server using Reference Number
public string ReferenceNumber { get; set; }
/// <summary>
/// Linking to invoices outside BTCPay Server using & user defined ids
/// </summary>
public string ReferenceId { get; set; }
public bool AllowCustomPaymentAmounts { get; set; }
[JsonConverter(typeof(StringEnumConverter))]