setup-holiday-supplier-tool #123

Merged
truongvo merged 13 commits from setup-holiday-supplier-tool into master 2023-01-10 08:03:36 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ec9dedad0d - Show all commits

View File

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