C# Class Nop.Plugin.Payments.GoogleCheckout.Controllers.PaymentGoogleCheckoutController

Inheritance: Nop.Web.Framework.Controllers.BaseNopPaymentController
显示文件 Open project: emilianionascu/NopCommerce

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

PaymentGoogleCheckoutController() public method

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
return System

SubmitButton() public method

public SubmitButton ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult