Skip to content

Commit

Permalink
refactor path id (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunacamposxx authored Mar 13, 2024
1 parent 567f6b5 commit 6f3af8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/invoice/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
const (
urlBase = "https://api.mercadopago.com/authorized_payments"
urlSearch = urlBase + "/search"
urlWithID = urlBase + "/:id"
urlWithID = urlBase + "/{id}"
)

// Client contains the methods to interact with the Invoice API.
Expand Down

0 comments on commit 6f3af8b

Please sign in to comment.