@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @removeTagHelper Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper, Microsoft.AspNetCore.Mvc.TagHelpers @addTagHelper *, Nop.Web.Framework @inject INopHtmlHelper NopHtml @inject PayPalCommerceSettings settings @using System.Text.Encodings.Web @using Microsoft.AspNetCore.Mvc.ViewFeatures @using Microsoft.AspNetCore.Routing @using Nop.Core @using Nop.Core.Domain.Common @using Nop.Core.Domain.Orders @using Nop.Core.Infrastructure @using Nop.Plugin.Payments.PayPalCommerce @using Nop.Plugin.Payments.PayPalCommerce.Components.Admin @using Nop.Plugin.Payments.PayPalCommerce.Components.Public @using Nop.Plugin.Payments.PayPalCommerce.Domain @using Nop.Plugin.Payments.PayPalCommerce.Models.Admin @using Nop.Plugin.Payments.PayPalCommerce.Models.Public @using Nop.Services.Common @using Nop.Services.Events @using Nop.Web.Areas.Admin.Components @using Nop.Web.Components @using Nop.Web.Extensions @using Nop.Web.Framework @using Nop.Web.Framework.Events @using Nop.Web.Framework.Extensions @using Nop.Web.Framework.Infrastructure @using Nop.Web.Framework.Models @using Nop.Web.Framework.Models.AdminAreaTour @using Nop.Web.Framework.Models.DataTables @using Nop.Web.Framework.Mvc.Routing @using Nop.Web.Framework.Security.Captcha @using Nop.Web.Framework.Security.Honeypot @using Nop.Web.Framework.Themes @using Nop.Web.Framework.UI