refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 082fac0a6a - Show all commits

View File

@ -87,7 +87,7 @@ type SupplierCountRes struct {
// ResponseCheckTokenSupplier ...
type ResponseCheckTokenSupplier struct {
Invalid bool `json:"invalid"`
IsValid bool `json:"isValid"`
Reason string `json:"reason"`
Supplier ResponseSupplierInfo `json:"supplier"`
}