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