GitHub

DaffCartPaymentRemoveFailure

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

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

class DaffCartPaymentRemoveFailure implements DaffFailureAction {
  readonly type: DaffCartPaymentActionTypes.CartPaymentRemoveFailureAction = DaffCartPaymentActionTypes.CartPaymentRemoveFailureAction
  payload: DaffStateError[]
}