C# Класс Nop.Plugin.Payments.GoogleCheckout.Controllers.PaymentGoogleCheckoutController

Наследование: Nop.Web.Framework.Controllers.BaseNopPaymentController
Показать файл Открыть проект

Открытые методы

Метод Описание
PaymentGoogleCheckoutController ( ISettingService settingService, IPaymentService paymentService, IOrderProcessingService orderProcessingService, IWebHelper webHelper, Nop.Core.Domain.Orders.OrderSettings orderSettings, IWorkContext workContext, Nop.Core.Domain.Directory.CurrencySettings currencySettings, ICurrencyService currencyService, Nop.Core.Domain.Payments.PaymentSettings paymentSettings ) : System
SubmitButton ( ) : System.Web.Mvc.ActionResult

Приватные методы

Метод Описание
Configure ( ) : System.Web.Mvc.ActionResult
Configure ( Nop.Plugin.Payments.GoogleCheckout.Models.ConfigurationModel model ) : System.Web.Mvc.ActionResult
GetPaymentInfo ( System.Web.Mvc.FormCollection form ) : Nop.Services.Payments.ProcessPaymentRequest
GetSampleFileContent ( string resourceName ) : string
NotificationHandler ( ) : System.Web.Mvc.ActionResult
PaymentInfo ( ) : System.Web.Mvc.ActionResult
ValidatePaymentForm ( System.Web.Mvc.FormCollection form ) : IList

Описание методов

PaymentGoogleCheckoutController() публичный Метод

public PaymentGoogleCheckoutController ( ISettingService settingService, IPaymentService paymentService, IOrderProcessingService orderProcessingService, IWebHelper webHelper, Nop.Core.Domain.Orders.OrderSettings orderSettings, IWorkContext workContext, Nop.Core.Domain.Directory.CurrencySettings currencySettings, ICurrencyService currencyService, Nop.Core.Domain.Payments.PaymentSettings paymentSettings ) : System
settingService ISettingService
paymentService IPaymentService
orderProcessingService IOrderProcessingService
webHelper IWebHelper
orderSettings Nop.Core.Domain.Orders.OrderSettings
workContext IWorkContext
currencySettings Nop.Core.Domain.Directory.CurrencySettings
currencyService ICurrencyService
paymentSettings Nop.Core.Domain.Payments.PaymentSettings
Результат System

SubmitButton() публичный Метод

public SubmitButton ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult