Skip to content

Commit

Permalink
feat(2479): introduce client to incoming and outgoing payments
Browse files Browse the repository at this point in the history
  • Loading branch information
koekiebox committed Apr 17, 2024
1 parent ef98664 commit bd3bbf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ body:graphql {
incomingPayment(id: $id) {
id
walletAddressId
client
state
expiresAt
incomingAmount {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ body:graphql {
metadata
id
walletAddressId
client
quote {
createdAt
expiresAt
Expand Down

0 comments on commit bd3bbf8

Please sign in to comment.