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