-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat: remove payment pointer from resource url #291
Conversation
🦋 Changeset detectedLatest commit: a5fdb90 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
3fd4cbf
to
1dc17ed
Compare
1dc17ed
to
7df4b85
Compare
remove ilpStreamConnection and all associated schemas to replace it with a broader "payment methods" implementation for incoming payment
const SPEC = | ||
'https://github.com/interledger/open-payments/raw/3930448672cfc678ec2bc02938566a316d83871c/open-api-spec.yaml' | ||
const PATH = '/incoming-payments' | ||
const SPEC = path.resolve(__dirname, '../../../openapi/resource-server.yaml') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
editor's note: a later commit will pin this to a link to a specific commit of this file, like before.
98b697f
to
a5fdb90
Compare
❌ Deploy Preview for openpayments-preview failed.
|
Changes proposed in this pull request
Removes the payment pointer prefix from all resource urls.
Context
Fixes #290.