Class DefaultAdyenPaymentValidator

java.lang.Object
com.broadleafcommerce.adyen.service.DefaultAdyenPaymentValidator
All Implemented Interfaces:
AdyenPaymentValidator, com.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentValidator, com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware

public class DefaultAdyenPaymentValidator extends Object implements AdyenPaymentValidator
The default implementation of AdyenPaymentValidator.
  • 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 interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentValidator
    • getGatewayType

      public String getGatewayType()
      Specified by:
      getGatewayType in interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware