Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

View.cshtml

@model TaxTransactionLogModel

@{
    Layout = "_AdminLayout";
    ViewBag.PageTitle = T("Plugins.Tax.Avalara.Log.Hint").Text;
    NopHtml.SetActiveMenuItemSystemName("Tax providers");
}

@T("Plugins.Tax.Avalara.Log.Hint") @T("Plugins.Tax.Avalara.Log.BackToList")

@T("Admin.Common.Delete")
@Html.Raw(Model.StatusCode)
@Html.Raw(Model.Url)
@Html.Raw(Model.RequestMessage)
@Html.Raw(Model.ResponseMessage)
@Model.CreatedDate