spring:
cloud:
stream:
bindings:
triggeredJobEventInputFinalizeCartAwaitingPaymentResult:
group: cart-operation-finalize-cart-awaiting-payment-result-job-event
destination: triggeredJobEvent
Feature/Notable Change | Related Services | Links |
---|---|---|
Introduced support for cart awaiting payment result in checkout |
CartServices, ScheduledJobsServices, PaymentTransactionServices |
broadleaf.cartoperation.cartprovider.send-rollback-event-uri
Description: The URI path to send rollback events
broadleaf.cartoperation.cartprovider.send-checkout-completion-event-uri
Description: The URI path to send checkout completion events
broadleaf.cartoperation.cartprovider.send-cart-payment-failed-event-uri
Description: The URI path to send payment failed events
In your project, make sure to define the following properties to complete the configuration:
spring:
cloud:
stream:
bindings:
triggeredJobEventInputFinalizeCartAwaitingPaymentResult:
group: cart-operation-finalize-cart-awaiting-payment-result-job-event
destination: triggeredJobEvent