@using BTCPayServer.Services.Apps @using BTCPayServer.Abstractions.Models @using BTCPayServer.Views.Apps @using BTCPayServer.Abstractions.Extensions @using BTCPayServer.Services.Stores @model BTCPayServer.Plugins.PointOfSale.Models.UpdatePointOfSaleViewModel @{ ViewData.SetActivePage(AppsNavPages.Update, "Update Point of Sale", Model.Id); var store = ViewContext.HttpContext.GetStoreData(); var checkoutFormOptions = CheckoutFormSelectList.ForStore(store, Model.CheckoutFormId, true); }