Feature/get bank info #23

Closed
nguyenphamquangtue wants to merge 57 commits from feature/get-bank-info into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c449dd44f1 - Show all commits

View File

@ -2,7 +2,7 @@ package model
// ResponseSellerInfo ...
type ResponseSellerInfo struct {
ID string `json:"id"`
ID string `json:"_id"`
Name string `json:"name"`
Code string `json:"code"`
}