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 TypeMethodDescriptionvoid
saveNotification
(com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware notification) Stores thePaymentTransaction
notification.
-
Method Details
-
saveNotification
@Policy(operationTypes=CREATE) void saveNotification(com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware notification) Stores thePaymentTransaction
notification.- Parameters:
notification
- thePaymentTransaction
notification
-