C# Class Kooboo.Commerce.Payments.Fake.Controllers.HomeController

Inheritance: Kooboo.Commerce.Web.Framework.Mvc.CommerceController
Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

Méthode Description
Gateway ( int paymentId, string currency, string commerceReturnUrl ) : System.Web.Mvc.ActionResult
HomeController ( PaymentService paymentService, PaymentMethodService paymentMethodService ) : System

Private Methods

Méthode Description
FakeFailure ( int paymentId, string commerceReturnUrl ) : System.Web.Mvc.ActionResult
FakeSuccess ( int paymentId, string commerceReturnUrl ) : System.Web.Mvc.ActionResult

Method Details

Gateway() public méthode

public Gateway ( int paymentId, string currency, string commerceReturnUrl ) : System.Web.Mvc.ActionResult
paymentId int
currency string
commerceReturnUrl string
Résultat System.Web.Mvc.ActionResult

HomeController() public méthode

public HomeController ( PaymentService paymentService, PaymentMethodService paymentMethodService ) : System
paymentService Kooboo.Commerce.Payments.PaymentService
paymentMethodService Kooboo.Commerce.Payments.PaymentMethodService
Résultat System