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 TypeMethodDescriptionvoidsendNotification(com.broadleafcommerce.paymentgateway.domain.PaymentCustomerNotification notification, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Sends thePaymentCustomerNotificationto the customer
-
Method Details
-
sendNotification
void sendNotification(com.broadleafcommerce.paymentgateway.domain.PaymentCustomerNotification notification, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Sends thePaymentCustomerNotificationto the customer- Parameters:
notification- the notification to sendcontextInfo- context information surrounding multitenant state
-