Skip to content

Commit

Permalink
Fix payments endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ariel10aguero committed Sep 29, 2023
1 parent be98b1f commit 9a1a000
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 9a1a000

Please sign in to comment.