import { DaffCartPaymentLoadFailure } from '@daffodil/cart/state'
Indicates the failed load of the cart's selected payment method.
class DaffCartPaymentLoadFailure implements DaffFailureAction {
readonly type: DaffCartPaymentActionTypes.CartPaymentLoadFailureAction = DaffCartPaymentActionTypes.CartPaymentLoadFailureAction
payload: DaffStateError[]
}