@model ConfigurationModel @{ Layout = "_ConfigurePlugin"; NopHtml.SetActiveMenuItemSystemName($"{PayPalCommerceDefaults.SystemName} Configuration"); //tour step ViewBag.TourStep = TourStep.PaymentPayPal; var learnMore = "
Learn more about the PayPal Commerce plugin configuration here.
"; } @await Html.PartialAsync("_AdminTour") @await Component.InvokeAsync(typeof(StoreScopeConfigurationViewComponent)) @if (Model.IsConfigured) { @await Component.InvokeAsync(typeof(SettingModeViewComponent)) }