GitHub

DaffCartStoreCreditRemoveFailure

import { DaffCartStoreCreditRemoveFailure } from '@daffodil/cart-store-credit/state'

A failed cart store credit apply with the error message.

class DaffCartStoreCreditRemoveFailure implements Action {
  readonly type: DaffCartStoreCreditActionTypes.StoreCreditRemoveFailureAction = DaffCartStoreCreditActionTypes.StoreCreditRemoveFailureAction
  payload: DaffStateError[]
}