Skip to content

Commit

Permalink
Add additonal step for grant continuation (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa authored Jan 28, 2025
1 parent 3171b60 commit 8935d9e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/content/docs/snippets/grant-continue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ These code snippets enable an authorized client to send a grant continuation req
chunk='4'
/>

<ChunkedSnippet
source='https://raw.githubusercontent.com/interledger/open-payments-snippets/main/grant/grant-continuation.ts'
chunk='5'
/>

Run `tsx path/to/directory/index.ts`.

{/* prettier-ignore */}
Expand Down Expand Up @@ -81,6 +86,11 @@ Run `tsx path/to/directory/index.ts`.
chunk='4'
/>

<ChunkedSnippet
source='https://raw.githubusercontent.com/interledger/open-payments-snippets/main/grant/grant-continuation.ts'
chunk='5'
/>

Run `node path/to/directory/index.js`.

{/* prettier-ignore */}
Expand Down

0 comments on commit 8935d9e

Please sign in to comment.