fix (referral): typo json

This commit is contained in:
dpurbosakti
2025-12-04 13:11:54 +07:00
parent 521dbdd0a4
commit 91e40cc2b7
@@ -81,8 +81,8 @@ type Mr struct {
} }
type Provider struct { type Provider struct {
Kode string `json:"kdProvider" json:"kode"` // API sometimes uses different keys Kode string `son:"kode"`
NmProvider string `json:"nmProvider" json:"nama"` NmProvider string `json:"nama"`
} }
type Poli struct { type Poli struct {