Skip to content

Commit

Permalink
Fix script typo (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlu authored Feb 22, 2024
2 parents 5e000a1 + 6aa5a06 commit 85be1fd
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 85be1fd

Please sign in to comment.