()
| 35 | |
| 36 | /** Get the count of payments in this session */ |
| 37 | export function getX402PaymentCount(): number { |
| 38 | return sessionPayments.length |
| 39 | } |
| 40 | |
| 41 | /** Reset session payment tracking (used on session switch) */ |
| 42 | export function resetX402SessionPayments(): void { |