Interface PaymentGatewayResolver
public interface PaymentGatewayResolver
- Author:
- Elbert Bautista (elbertbautista)
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isHandlerCompatible
(PaymentGatewayType handlerType) Used by Transparent Redirect Solutions that utilize Thymeleaf Processors and Expressions.resolvePaymentGateway
(org.springframework.web.context.request.WebRequest request) Resolves aPaymentGatewayType
based on aWebRequest
-
Method Details
-
isHandlerCompatible
Used by Transparent Redirect Solutions that utilize Thymeleaf Processors and Expressions. This method should determine whether or not an extension handler should run for a particular gateway.- Parameters:
handlerType
-- Returns:
-
resolvePaymentGateway
PaymentGatewayType resolvePaymentGateway(org.springframework.web.context.request.WebRequest request) Resolves aPaymentGatewayType
based on aWebRequest
- Parameters:
request
-- Returns:
-