Closed marlena-b closed 2 months ago
Issue: https://github.com/RailsEventStore/ecommerce/issues/393
I refactored the code to use exceptions instead of the Result pattern for consistency with our existing codebase.
I also renamed order_side_effects to update_order_state for better clarity.
order_side_effects
update_order_state
Issue: https://github.com/RailsEventStore/ecommerce/issues/393
I refactored the code to use exceptions instead of the Result pattern for consistency with our existing codebase.
I also renamed
order_side_effects
toupdate_order_state
for better clarity.