GitHub

DaffCartShippingAddressLoad

import { DaffCartShippingAddressLoad } from '@daffodil/cart/state'

Triggers the load of the cart's shipping address.

class DaffCartShippingAddressLoad implements Action {
  readonly type: DaffCartShippingAddressActionTypes.CartShippingAddressLoadAction = DaffCartShippingAddressActionTypes.CartShippingAddressLoadAction
}