Update Customer Registration

This commit is contained in:
aditya.siregar
2025-06-04 23:45:25 +07:00
parent 40b5ab5964
commit b5d6f7ff5b
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ type CustomerResolutionRequest struct {
Email string
PhoneNumber string
BirthDate time.Time
Password string
}
type CustomerCheckResponse struct {