GitHub

DaffCartShippingAddressUpdate

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

Triggers the update of the cart's shipping address.

class DaffCartShippingAddressUpdate<<T extends DaffCart = DaffCart>>  implements Action {
  readonly type: DaffCartShippingAddressActionTypes.CartShippingAddressUpdateAction = DaffCartShippingAddressActionTypes.CartShippingAddressUpdateAction
  payload: Partial<T["shipping_address"]>
}