Skip to content

Commit

Permalink
chore: add comment explaining lack of response header
Browse files Browse the repository at this point in the history
  • Loading branch information
adityarx authored Jul 3, 2023
1 parent 0358cff commit e78e4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invoice/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
// CreateParams contains parameters for Create
type CreateParams struct {
ForUserID string `json:"-"`
WithFeeRule string `json:"-"`
WithFeeRule string `json:"-"` // Note: response header fee_rule_id is not implemented yet
ExternalID string `json:"external_id" validate:"required"`
Amount float64 `json:"amount" validate:"required"`
Description string `json:"description,omitempty"`
Expand Down

0 comments on commit e78e4a0

Please sign in to comment.