mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Boltcard integration (#5419)
* Boltcard integration * Add API for boltcard registration
This commit is contained in:
9
BTCPayServer/Models/SetupBoltcardViewModel.cs
Normal file
9
BTCPayServer/Models/SetupBoltcardViewModel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace BTCPayServer.Models
|
||||
{
|
||||
public class SetupBoltcardViewModel
|
||||
{
|
||||
public string ReturnUrl { get; set; }
|
||||
public string WebsocketPath { get; set; }
|
||||
public string Command { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user