Request Flow
When a request is received, the system follows this control flow:
Session Validation: Check whether the user has an active checkout session.
Basket Check: Verify whether the basket is empty and whether the products are still available for purchase.
Determine Page: Determine which page should be shown according to the user's current state.
If there are completed steps, redirect to the first incomplete step
If all steps are completed, show the final confirmation page
Context Creation: Prepare and return the data required for the determined page.
Last updated
Was this helpful?

