Order Processing and Payments State Transfer
Understand how the state transfer works in the Order Processing and Payments modules.
We'll cover the following...
Order processing state transfer
We refactored the Order Processing module, extracting side effects from the command handlers into domain event handlers. One of those domain event handlers was for the notifications we wanted to send out when specific changes were made to the Order
aggregate:
Press + to interact
Replacing the calls from the Order Processing ...