C# Class Nop.Plugin.Payments.Manual.Controllers.PaymentManualController

Inheritance: Nop.Web.Framework.Controllers.BaseNopPaymentController
Datei anzeigen Open project: emilianionascu/NopCommerce

Public Methods

Method Description
PaymentManualController ( ISettingService settingService, ILocalizationService localizationService, ManualPaymentSettings manualPaymentSettings ) : System

Private Methods

Method Description
Configure ( ) : System.Web.Mvc.ActionResult
Configure ( Nop.Plugin.Payments.Manual.Models.ConfigurationModel model ) : System.Web.Mvc.ActionResult
GetPaymentInfo ( System.Web.Mvc.FormCollection form ) : Nop.Services.Payments.ProcessPaymentRequest
PaymentInfo ( ) : System.Web.Mvc.ActionResult
ValidatePaymentForm ( System.Web.Mvc.FormCollection form ) : IList

Method Details

PaymentManualController() public method

public PaymentManualController ( ISettingService settingService, ILocalizationService localizationService, ManualPaymentSettings manualPaymentSettings ) : System
settingService ISettingService
localizationService ILocalizationService
manualPaymentSettings ManualPaymentSettings
return System