spring:
cloud:
stream:
bindings:
cartPendingPaymentFailedOutput:
destination: cartPendingPaymentFailed
| Feature/Notable Change | Related Services | Links |
|---|---|---|
Introduced support for cart awaiting payment result in checkout |
CartOperationServices, ScheduledJobsServices |
| Path | Description |
|---|---|
|
Send cart pending payment failed event |
|
Read carts matching tenant and status and ignore other narrowing behaviors |
|
Update carts matching tenant and ignore other narrowing behaviors to the given status |