Method | Description | |
---|---|---|
PaymentManualController ( ISettingService settingService, ILocalizationService localizationService, ManualPaymentSettings manualPaymentSettings ) : System |
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 |
public PaymentManualController ( ISettingService settingService, ILocalizationService localizationService, ManualPaymentSettings manualPaymentSettings ) : System | ||
settingService | ISettingService | |
localizationService | ILocalizationService | |
manualPaymentSettings | ManualPaymentSettings | |
return | System |