Update Customer Registration
This commit is contained in:
@@ -95,6 +95,7 @@ func (s *memberSvc) VerifyOTP(
|
||||
Email: registration.Email,
|
||||
PhoneNumber: registration.Phone,
|
||||
BirthDate: registration.BirthDate,
|
||||
Password: registration.Password,
|
||||
}
|
||||
|
||||
customerID, err := s.customerSvc.ResolveCustomer(ctx, customerResolution)
|
||||
|
||||
Reference in New Issue
Block a user