@using BTCPayServer.Plugins.AOPP @using Newtonsoft.Json @using Newtonsoft.Json.Linq @inject AOPPService AOPPService @{ var storeId = ((JObject)JObject.Parse(JsonConvert.SerializeObject(Model)))["StoreId"].Value(); var settings = await AOPPService.GetAOPPForStore(storeId); if (settings?.Enabled is true) {
{{$t("AOPP")}}
} }