mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-12 19:02:01 +01:00
This commit is contained in:
parent
063ef5e3e1
commit
e9ba0fa6f2
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ namespace BTCPayServer.Plugins.PayButton.Models
|
|||
[ModelBinder(BinderType = typeof(InvariantDecimalModelBinder))]
|
||||
public decimal? Price { get; set; }
|
||||
public string InvoiceId { get; set; }
|
||||
[Required]
|
||||
public string Currency { get; set; }
|
||||
public string DefaultPaymentMethod { get; set; }
|
||||
public PaymentMethodOptionViewModel.Format[] PaymentMethods { get; set; }
|
||||
|
|
Loading…
Add table
Reference in a new issue