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