-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(open-payments): unauthenticated incoming payment get (#293)
* feat(open-payments): unauthed incoming payment get * chore(open-payments): changeset * chore(open-payments): spec version bump * fix: typo * fix: typo * fix(open-payments): add optional signature params * refactor: remove some duplication * fix: wrong ref * fix: schema, type
- Loading branch information
1 parent
2bdca93
commit 4423f18
Showing
3 changed files
with
60 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@interledger/open-payments': minor | ||
--- | ||
|
||
Adds public-incoming-payment return type to incoming payment get request which should be returned for unauthenticated requests to this endpoint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters