Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 39s
refund.sx — refund as a second flow-on-sx flow (request -> approve -> settle) with two suspension points (approval = human/policy decision, settle = provider). refund-begin! records :refund-requested and suspends at approval; refund-approve! advances to settle; refund-settle! records :refunded (idempotent) and completes; refund-reject! records :refund-rejected and cancels. Only :refunded moves the books. Reuses order.sx flow helpers. Completes the Phase 5 backlog. Total 278/278 across 17 suites. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
25 lines
738 B
JSON
25 lines
738 B
JSON
{
|
|
"suites": {
|
|
"catalog": {"pass": 16, "fail": 0},
|
|
"cart": {"pass": 18, "fail": 0},
|
|
"price": {"pass": 20, "fail": 0},
|
|
"api": {"pass": 12, "fail": 0},
|
|
"promo": {"pass": 17, "fail": 0},
|
|
"stack": {"pass": 16, "fail": 0},
|
|
"quote": {"pass": 13, "fail": 0},
|
|
"ledger": {"pass": 20, "fail": 0},
|
|
"order": {"pass": 22, "fail": 0},
|
|
"recon": {"pass": 20, "fail": 0},
|
|
"federation": {"pass": 12, "fail": 0},
|
|
"attribution": {"pass": 16, "fail": 0},
|
|
"payment": {"pass": 7, "fail": 0},
|
|
"window": {"pass": 19, "fail": 0},
|
|
"nettax": {"pass": 11, "fail": 0},
|
|
"stock": {"pass": 19, "fail": 0},
|
|
"refund": {"pass": 20, "fail": 0}
|
|
},
|
|
"total_pass": 278,
|
|
"total_fail": 0,
|
|
"total": 278
|
|
}
|