August 05 2026
Fixed
pbcc_fetch_history_prepwas the only prep function not appending theuuidquery parameter that identifies the client. Retrieveuser_idfrom the context and pass it as theuuidparam so the request matches the contract used by every other API call.
Modified
- Add six tests covering default options, all options enabled, custom user ID, auth key, in-progress guard, and 403 error handling. Each test verifies the full outgoing URL including the
uuidparameter.