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 APSConfigurationPropertiesprotected voidvalidateGatewayProperties(com.broadleafcommerce.paymentgateway.domain.PaymentValidationRequest paymentValidationRequest, String applicationId, String tenantId) voidvalidatePayment(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:
validatePaymentin interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentValidator
-
validateGatewayProperties
-
getGatewayType
- Specified by:
getGatewayTypein interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
-
getConfigProperties
-