GitHub

DaffCartPaymentUpdateFailure

import { DaffCartPaymentUpdateFailure } from '@daffodil/cart/state'

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

class DaffCartPaymentUpdateFailure implements DaffFailureAction {
  readonly type: DaffCartPaymentActionTypes.CartPaymentUpdateFailureAction = DaffCartPaymentActionTypes.CartPaymentUpdateFailureAction
  payload: DaffStateError[]
}