Skip to content

Commit

Permalink
remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen293 committed Apr 4, 2024
1 parent 5cd675a commit 81d1283
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion insurance.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ func (c *Client) RefundInsurance(insuranceID string) (out *Insurance, err error)
// RefundInsuranceWithContext performs the same operation as RefundInsurance, but
// allows specifying a context that can interrupt the request.
func (c *Client) RefundInsuranceWithContext(ctx context.Context, insuranceID string) (out *Insurance, err error) {
// TODO: remove beta when endpoint is in GA.
err = c.post(ctx, "insurances/"+insuranceID+"/refund", nil, &out)
return
}

0 comments on commit 81d1283

Please sign in to comment.