Skip to content

fix: stateless rate full response - #581

Merged
Justin Hammond (Justintime50) merged 1 commit into
masterfrom
stateless_rate_errors
Sep 8, 2026
Merged

fix: stateless rate full response#581
Justin Hammond (Justintime50) merged 1 commit into
masterfrom
stateless_rate_errors

Conversation

@Justintime50

@Justintime50 Justin Hammond (Justintime50) commented Sep 8, 2026

Copy link
Copy Markdown
Member

Description

Stateless rates were implemented incorrectly at launch by only returning the rates key; however, if there are rating errors, those will never surface because we don't return the entire response. This fix corrects that by returning the entire response.

Closes #516

Testing

Verified by running the changed function and inspecting response.

Pull Request Type

Please select the option(s) that are relevant to this PR.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Improvement (fixing a typo, updating readme, renaming a variable name, etc)

@Justintime50
Justin Hammond (Justintime50) merged commit 5ea5149 into master Sep 8, 2026
13 checks passed
@Justintime50
Justin Hammond (Justintime50) deleted the stateless_rate_errors branch September 8, 2026 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: retrieveStatelessRates does not return error messages

2 participants