Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(codegen): stripe "terminal" is not an object, but its subpaths are #475

Merged
merged 1 commit into from
Jan 24, 2024

Commits on Jan 24, 2024

  1. fix(codegen): generate terminal resource objects

    Was trying to generate a terminal connection token, but codegen
    incorrectly uses terminal as an object (instead of as a resource), leading to requests for terminal
    objects (like terminal.connection_token) being mislabeled in the map,
    and those objects not being found when it came time to generate impl's
    for their requests
    dgramop committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    bf7e117 View commit details
    Browse the repository at this point in the history