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 Type
    Method
    Description
    void
    sendNotification(com.broadleafcommerce.paymentgateway.domain.PaymentCustomerNotification notification, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
    Sends the PaymentCustomerNotification to the customer
  • Method Details

    • sendNotification

      void sendNotification(com.broadleafcommerce.paymentgateway.domain.PaymentCustomerNotification notification, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
      Sends the PaymentCustomerNotification to the customer
      Parameters:
      notification - the notification to send
      contextInfo - context information surrounding multitenant state