GitHub

DaffCustomerChangeEmail

import { DaffCustomerChangeEmail } from '@daffodil/customer/state'

Changes the email of the currently logged-in customer.

class DaffCustomerChangeEmail implements Action {
  readonly type: DaffCustomerActionTypes.CustomerChangeEmailAction = DaffCustomerActionTypes.CustomerChangeEmailAction
  email: string
  password: string
}