mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-22 00:14:25 +01:00
Improve Refund Flow (#3731)
This commit is contained in:
@@ -6,13 +6,14 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
public enum RefundSteps
|
||||
{
|
||||
SelectPaymentMethod,
|
||||
SelectRate,
|
||||
SelectCustomAmount
|
||||
SelectRate
|
||||
}
|
||||
|
||||
public class RefundModel
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public SelectList AvailablePaymentMethods { get; set; }
|
||||
|
||||
[Display(Name = "Select the payment method used for refund")]
|
||||
public string SelectedPaymentMethod { get; set; }
|
||||
public RefundSteps RefundStep { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user