Class DefaultMyFatoorahPaymentValidator
java.lang.Object
com.broadleafcommerce.myfatoorah.service.DefaultMyFatoorahPaymentValidator
- All Implemented Interfaces:
MyFatoorahPaymentValidator
,com.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentValidator
,com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
The default implementation of
MyFatoorahPaymentValidator
.- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validatePayment
(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentValidationRequest paymentValidationRequest, String applicationId, String tenantId)
-
Constructor Details
-
DefaultMyFatoorahPaymentValidator
public DefaultMyFatoorahPaymentValidator()
-
-
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
-