GitHub

DaffCartPaymentMethodsLoadFailure

Indicates the failed load of the cart's available payment methods.

import { DaffCartPaymentMethodsLoadFailure } from '@daffodil/cart/state'
class DaffCartPaymentMethodsLoadFailure implements DaffFailureAction {
  readonly type: DaffCartPaymentMethodsActionTypes.CartPaymentMethodsLoadFailureAction
  payload: DaffStateError[]
}

Properties

Name Type Description
type DaffCartPaymentMethodsActionTypes.CartPaymentMethodsLoadFailureAction
payload DaffStateError[]