import { DaffInMemoryCartShippingAddressService } from '@daffodil/cart/driver/in-memory'
@Injectable()
class DaffInMemoryCartShippingAddressService extends DaffInMemoryDriverBase implements DaffCartShippingAddressServiceInterface {
get(cartId: string): any
update(
cartId: string
address: Partial<DaffCartAddress>
): any
}
anyRetrieve the shipping address of a cart.
| Parameter | cartId: string |
|---|---|
| Description |
anyUpdate the shipping address of a cart.
| Parameter | cartId: string |
|---|---|
| Description |
| Parameter | address: Partial<DaffCartAddress> |
|---|---|
| Description |