Skip to content

Commit

Permalink
remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brunacamposxx committed Mar 6, 2024
1 parent 67f7148 commit 75968e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/preapprovalplan/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type Client interface {
Get(ctx context.Context, id string) (*Response, error)

// Update updates details a pre-approval plan by ID.
// It is a put request to the endpoint: https://api.mercadopago.com/checkout/preferences/{id}
// It is a put request to the endpoint: https://api.mercadopago.com/preapproval_plan/{id}
// Reference: https://www.mercadopago.com/developers/en/reference/subscriptions/_preapproval_plan_id/put
Update(ctx context.Context, request Request, id string) (*Response, error)

Expand Down

0 comments on commit 75968e0

Please sign in to comment.