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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmodifyPaymentMethodProperties
(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentInfo paymentInfo, String applicationId, String tenantId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentModificationService
modifyPaymentMethodProperties, updateGatewayPayment
-
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 interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentModificationService
-
getCallbackUrlKeys
- Specified by:
getCallbackUrlKeys
in interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentModificationService
-
getGatewayType
- Specified by:
getGatewayType
in interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
-