Interface PaymentCustomerNotificationService
- All Known Implementing Classes:
DefaultPaymentCustomerNotificationService
public interface PaymentCustomerNotificationService
The service is responsible to send the
PaymentCustomerNotification
to the customer.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendNotification
(com.broadleafcommerce.paymentgateway.domain.PaymentCustomerNotification notification, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Sends thePaymentCustomerNotification
to the customer
-
Method Details
-
sendNotification
void sendNotification(com.broadleafcommerce.paymentgateway.domain.PaymentCustomerNotification notification, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Sends thePaymentCustomerNotification
to the customer- Parameters:
notification
- the notification to sendcontextInfo
- context information surrounding multitenant state
-