mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Add Webhooks in store's settings
This commit is contained in:
@@ -79,9 +79,12 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
public List<StoreViewModels.DeliveryViewModel> Deliveries { get; set; } = new List<StoreViewModels.DeliveryViewModel>();
|
||||
public string TaxIncluded { get; set; }
|
||||
|
||||
public string TransactionSpeed { get; set; }
|
||||
public string StoreId { get; set; }
|
||||
public object StoreName
|
||||
{
|
||||
get;
|
||||
|
||||
Reference in New Issue
Block a user