Skip to content

Commit

Permalink
Fix script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlu committed Feb 22, 2024
1 parent 5e000a1 commit 6aa5a06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/outgoing_payments_for_invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import "github.com/lightsparkdev/go-sdk/objects"
const OUTGOING_PAYMENTS_FOR_INVOICE_QUERY = `
query OutgoingPaymentsForInvoice(
$encoded_invoice: String!
$statuses: [PaymentStatus!]
} {
outgoing_payments_for_invoice_query(input: {
$statuses: [TransactionStatus!]
) {
outgoing_payments_for_invoice(input: {
encoded_invoice: $encoded_invoice
statuses: $statuses
}) {
Expand Down

0 comments on commit 6aa5a06

Please sign in to comment.