import { DaffTestingRegisterService } from '@daffodil/auth/driver/testing'
@Injectable()
class DaffTestingRegisterService implements DaffRegisterServiceInterface {
register(registration: DaffAccountRegistration): any
registerOnly(registration: DaffLoginInfo): any
}
anyRegisters an account for the specified customer and logs the customer in.
| Parameter | registration: DaffAccountRegistration |
|---|---|
| Description |
anyRegisters an account for the specified customer but does not log the customer in.
| Parameter | registration: DaffLoginInfo |
|---|---|
| Description |