Class DefaultAdyenPaymentValidator
java.lang.Object
com.broadleafcommerce.adyen.service.DefaultAdyenPaymentValidator
- All Implemented Interfaces:
AdyenPaymentValidator
,com.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentValidator
,com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
The default implementation of
AdyenPaymentValidator
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
validatePayment
(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentValidationRequest paymentValidationRequest, String applicationId, String tenantId)
-
Constructor Details
-
DefaultAdyenPaymentValidator
public DefaultAdyenPaymentValidator()
-
-
Method Details
-
validatePayment
public void validatePayment(@NonNull @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentValidationRequest paymentValidationRequest, @Nullable String applicationId, @Nullable String tenantId) - Specified by:
validatePayment
in interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentValidator
-
getGatewayType
- Specified by:
getGatewayType
in interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
-