Class MyFatoorahPaymentModificationService

java.lang.Object
com.broadleafcommerce.myfatoorah.service.MyFatoorahPaymentModificationService
All Implemented Interfaces:
com.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentModificationService, com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware

public class MyFatoorahPaymentModificationService extends Object implements com.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentModificationService
The default implementation to add the payment callback token to the callback URLs.
Author:
mariestandeven
  • Constructor Details

    • MyFatoorahPaymentModificationService

      public MyFatoorahPaymentModificationService()
  • Method Details

    • modifyPaymentMethodProperties

      public Map<String,String> modifyPaymentMethodProperties(@NonNull @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentInfo paymentInfo, @Nullable String applicationId, @Nullable String tenantId)
      Specified by:
      modifyPaymentMethodProperties in interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentModificationService
    • getCallbackUrlKeys

      public Set<String> getCallbackUrlKeys()
      Specified by:
      getCallbackUrlKeys in interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentModificationService
    • getGatewayType

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