mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-03 06:34:16 +08:00
docs(ito-compute): drop the firm-quote gate from the accept workflow
Desk quotes are indicative_paper in production (a firm quote requires the separate human-held signing path and cannot reach the client), so gating accept on 'a firm quote is ready' described an unfireable condition. Align with the runtime contract: accept routes the current desk quote to human review and the result carries quote_class (ito-cloud-runtime#1453).
This commit is contained in:
@@ -141,8 +141,10 @@ The server exposes only:
|
||||
|
||||
`ito_auth` validates existing credentials; it does not start device login. Use
|
||||
`ito_auth`, gather explicit buyer authority and every hard constraint, call
|
||||
`ito_find`, then poll with `ito_status` when needed. When a firm quote is ready
|
||||
and the buyer explicitly approves, call `ito_accept` with the ticket id.
|
||||
`ito_find`, then poll with `ito_status` when needed. When a quote is ready and
|
||||
the buyer explicitly approves, call `ito_accept` with the ticket id. Desk
|
||||
quotes are usually indicative and nonbinding until the desk confirms; the
|
||||
result carries `quote_class`.
|
||||
|
||||
## Rent or purchase semantics
|
||||
|
||||
|
||||
Reference in New Issue
Block a user