GitHub

DaffCartStoreCreditApplyFailure

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

A failed cart store credit apply with the error message.

class DaffCartStoreCreditApplyFailure implements Action {
  readonly type: DaffCartStoreCreditActionTypes.StoreCreditApplyFailureAction = DaffCartStoreCreditActionTypes.StoreCreditApplyFailureAction
  payload: DaffStateError[]
}