Skip to content

Commit

Permalink
Merge pull request #648 from stakwork/aa/fix/transactions-endpoint
Browse files Browse the repository at this point in the history
Fix payments endpoint
  • Loading branch information
ariel10aguero authored Oct 12, 2023
2 parents be98b1f + 9a1a000 commit 54084f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class NetworkQueryMessageImpl(
private const val ENDPOINT_MESSAGES_READ = "/messages/%d/read"
private const val ENDPOINT_MESSAGES = "/messages"
private const val ENDPOINT_PAYMENT = "/payment"
private const val ENDPOINT_PAYMENTS = "payments"
private const val ENDPOINT_PAYMENTS = "/payments"
private const val ENDPOINT_PAY_ATTACHMENT = "/purchase"
private const val ENDPOINT_INVOICES = "/invoices"
}
Expand Down

0 comments on commit 54084f8

Please sign in to comment.