GitHub

DaffMagentoRegisterService

import { DaffMagentoRegisterService } from '@daffodil/auth/driver/magento'
@Injectable()
class DaffMagentoRegisterService implements DaffRegisterServiceInterface {
  register(registration: DaffAccountRegistration): Observable<string>
  registerOnly(__0: DaffAccountRegistration): Observable<void>
}

Properties

Name Type Description
register Observable<string>

Registers an account for the specified customer and logs the customer in.

registerOnly Observable<void>

Registers an account for the specified customer but does not log the customer in.