GitHub

DaffCartPaymentUpdateFailure

Indicates the failed update of the cart's selected payment method.

import { DaffCartPaymentUpdateFailure } from '@daffodil/cart/state'
class DaffCartPaymentUpdateFailure implements DaffFailureAction {
  readonly type: DaffCartPaymentActionTypes.CartPaymentUpdateFailureAction
  payload: DaffStateError[]
}

Properties

Name Type Description
type DaffCartPaymentActionTypes.CartPaymentUpdateFailureAction
payload DaffStateError[]