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: Find the receipts URL from the connection URL #1565

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 18, 2024

  1. fix: Find the receipts URL from the connection URL

    We were defaulting to the production URL unless a `receiptsEndpoint` was
    given in the options, and then never providing one. Passing it along
    would probably be the better solution, but there are a lot of places to
    get that wrong as things stand right now. It's not clear to me where the
    receipt URL really should live--eg., whether it should properly be
    part of the connection config.
    Peeja committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2228d76 View commit details
    Browse the repository at this point in the history