Commit graph

1 commit

Author SHA1 Message Date
232b642197 feat(12-02): add live field-mapping spot-check script for invoice items
- Fetches the first invoice + its items, inspects one item of each
  observed type (subscription, prorate, one-time), prints raw cost
  fields, and emits a CONFIRM/DIVERGENCE verdict for the Plan 04 mapping:
  unit_price<-price, line_total<-amountDue, partner_cost<-cost,
  partner_cost_total<-costTotal
- Read-only (listAllInvoices/listAllInvoiceItems only); never prints the
  client secret or access token
- Live run against the real PAX8 API confirms the mapping across all
  three observed item types — resolves 12-RESEARCH.md Open Question 1
2026-07-10 22:47:09 -04:00