DaffCartAddressUpdateFailure
Indicates the failed update of either the shipping or billing address of the cart.
import { DaffCartAddressUpdateFailure } from '@daffodil/cart/state'
class DaffCartAddressUpdateFailure implements DaffFailureAction {
readonly type: DaffCartAddressActionTypes.CartAddressUpdateFailureAction
payload: DaffStateError[]
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartAddressActionTypes.CartAddressUpdateFailureAction | |
payload | DaffStateError[] |