Interface TransactionWebhookNotificationRepository

All Known Implementing Classes:
DefaultTransactionWebhookNotificationRepository

public interface TransactionWebhookNotificationRepository
The repository responsible for storing the notification that the PaymentTransaction state is changed during processing of the payment webhook.
Author:
Dima Myroniuk (dmyroniuk)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    saveNotification(com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware notification)
    Stores the PaymentTransaction notification.
  • Method Details

    • saveNotification

      @Policy(operationTypes=CREATE) void saveNotification(com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware notification)
      Stores the PaymentTransaction notification.
      Parameters:
      notification - the PaymentTransaction notification