DaffResolveCartServerSide
An action indicating that the cart resolution terminated as a result of an attempted resolution on the server.
import { DaffResolveCartServerSide } from '@daffodil/cart/state'
class DaffResolveCartServerSide implements Action {
readonly type: DaffCartActionTypes.ResolveCartServerSideAction
payload: DaffStateError[]
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartActionTypes.ResolveCartServerSideAction | |
payload | DaffStateError[] |