AbstractCreateAccountProcess

Class AbstractCreateAccountProcess

category

System

package

Extensions

subpackage

Customers

Methods

__construct

__construct(\CustomerWriteServiceInterface $customerWriteService, \CountryServiceInterface $countryService, \econda $econda = null) 

Arguments

$customerWriteService

\CustomerWriteServiceInterface

$countryService

\CountryServiceInterface

$econda

\econda

proceedGuest

proceedGuest(\KeyValueCollection $customerCollection) 
deprecated

guest accounts can now be created by passing a $customerCollection w/o password to proceedRegistree()

Throws
\InvalidCustomerDataException

Arguments

$customerCollection

\KeyValueCollection

proceedRegistree

proceedRegistree(\KeyValueCollection $customerCollection, \GMLogoManager $logoManager) 
Throws
\InvalidCustomerDataException

Arguments

$customerCollection

\KeyValueCollection

$logoManager

\GMLogoManager

Properties