mock-charge ยท diff
git:20260723.6e5370b to git:20260822.a6dcd1e
5 added, 6 removed. Audit A to A.
---
name: mock-charge
- description: Route the mock provider-charge plan through canonical charge.
+ description: Simulate a provider charge locally for deterministic Runx harness tests.
runx:
category: payments
---
# Mock Charge
- This internal package preserves the mock-charge catalog surface for mock
- runtime selection. Its single runner delegates to canonical `charge`; native
- payment tools own pricing, challenge construction, credential admission, and
- the verifier handoff. It never verifies settlement, seals provider evidence,
- or forwards a paid call. Use `charge` for operator-facing work.
+ This internal harness fixture validates basic mock inputs and returns a stable
+ `simulated` result with `money_moved: false`. It is local JavaScript with no
+ provider call, credential access, payment authority reservation, ledger, or
+ settlement claim. Use public `charge` for real hosted execution.