From e78e4a0033bb8ccdf14741c1d135c3958086d5c8 Mon Sep 17 00:00:00 2001 From: Adi R <95068668+adityarx@users.noreply.github.com> Date: Mon, 3 Jul 2023 16:48:44 +0800 Subject: [PATCH] chore: add comment explaining lack of response header --- invoice/params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invoice/params.go b/invoice/params.go index 7919bd41..ed9d5a4d 100644 --- a/invoice/params.go +++ b/invoice/params.go @@ -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"`