diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-07-07 22:15:47 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-07-07 22:15:47 +0530 | 
| commit | afe4affa7e543b9a1ddd72efd7e2ab60f8c50317 (patch) | |
| tree | 49b0cce3f6db3afb6dac90ef0910d79f0ed6cfb2 /user | |
| parent | 64fec78076a44ca63274a134fcbfc641e414bae9 (diff) | |
added additional firm details printed on invoice
Diffstat (limited to 'user')
| -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  }  |