- legacy payment template fee lines picking

This commit is contained in:
Stephan D
2026-02-25 23:20:03 +01:00
parent 7235ca1897
commit 008427483c
24 changed files with 321 additions and 3346 deletions

View File

@@ -32,7 +32,7 @@ Create initial aggregate: state=CREATED, version=1, immutable snapshots, and ini
execution_plan_compiler_v2
Compile runtime step graph from quote route + execution conditions + intent.
Important: do not reuse old route/template lookup path as primary (plan_builder route/template selection) because v2 quote already selected route.
Important: do not reuse old route lookup path as primary because v2 quote already selected route.
orchestration_state_machine
Single source of truth for aggregate transitions (CREATED/EXECUTING/NEEDS_ATTENTION/SETTLED/FAILED) and step transitions (PENDING/RUNNING/COMPLETED/...).