mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Allow invoice creation to only allow specific payment methods in UI (#792)
* allow invoice creation to only allow specific payment methods * add test * reuse existing feature * final fixes
This commit is contained in:
committed by
Nicolas Dorier
parent
4bc03fbf06
commit
b5f4739ae5
@@ -70,5 +70,16 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
public List<string> SupportedTransactionCurrencies
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public SelectList AvailablePaymentMethods
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user