Class DefaultASPPaymentGatewayPaymentValidator
java.lang.Object
com.broadleafcommerce.payment.service.gateway.DefaultASPPaymentGatewayPaymentValidator
- All Implemented Interfaces:
ASPPaymentGatewayPaymentValidator
,com.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentValidator
,com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
public class DefaultASPPaymentGatewayPaymentValidator
extends Object
implements ASPPaymentGatewayPaymentValidator
The default implementation of
ASPPaymentGatewayPaymentValidator
.- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultASPPaymentGatewayPaymentValidator
(APSConfigurationProperties configProperties) -
Method Summary
Modifier and TypeMethodDescriptionprotected APSConfigurationProperties
protected void
validateGatewayProperties
(com.broadleafcommerce.paymentgateway.domain.PaymentValidationRequest paymentValidationRequest, String applicationId, String tenantId) void
validatePayment
(com.broadleafcommerce.paymentgateway.domain.PaymentValidationRequest paymentValidationRequest, String applicationId, String tenantId)
-
Constructor Details
-
DefaultASPPaymentGatewayPaymentValidator
-
-
Method Details
-
validatePayment
public void validatePayment(com.broadleafcommerce.paymentgateway.domain.PaymentValidationRequest paymentValidationRequest, @Nullable String applicationId, @Nullable String tenantId) - Specified by:
validatePayment
in interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentValidator
-
validateGatewayProperties
-
getGatewayType
- Specified by:
getGatewayType
in interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
-
getConfigProperties
-