mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Improve Payment Request view (#2748)
* Improve Payment Request view Closes #2747. * Fix payment request invoice listing condition
This commit is contained in:
@@ -159,6 +159,7 @@ namespace BTCPayServer.Models.PaymentRequestViewModels
|
||||
public DateTime ReceivedDate { get; set; }
|
||||
public string Link { get; set; }
|
||||
public string Id { get; set; }
|
||||
public string Destination { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user