diff options
Diffstat (limited to 'user/user.go')
| -rw-r--r-- | user/user.go | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/user/user.go b/user/user.go index 1682388..9db94e0 100644 --- a/user/user.go +++ b/user/user.go @@ -48,6 +48,8 @@ type User struct {    Website    string  	Username   string  	Password   string +	// will be printed with address on the invoice +	Details    string  	IsVerified bool  }  |