add json tag

This commit is contained in:
Sinh 2022-09-12 10:01:47 +07:00
parent 943fff292d
commit 26a116a2a4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ type OutboundRequestPayload struct {
TPLCode string `json:"tplCode"`
Customer CustomerInfo `json:"customer"`
Items []OutboundRequestItem `json:"items"`
Insurance *InsuranceOpts
Insurance *InsuranceOpts `json:"insurance"`
}
// InsuranceOpts ...