- Replaced the use of CustomersService.getCustomer with RegistrationService.checkCustomerExists for improved consistency in customer existence checks. - Introduced a new instance of CustomersService for adding invited users, maintaining functionality while enhancing code clarity.