import { DaffTestingCartShippingAddressService } from '@daffodil/cart/driver/testing'
@Injectable()
class DaffTestingCartShippingAddressService implements DaffCartShippingAddressServiceInterface {
get(cartId: string): Observable<DaffCartAddress>
update(
cartId: string
address: DaffCartAddress
): Observable<Partial<DaffCart>>
}
Observable<DaffCartAddress>Retrieve the shipping address of a cart.
| Parameter | cartId: string |
|---|---|
| Description |
ObservableDaffCart>> Update the shipping address of a cart.
| Parameter | cartId: string |
|---|---|
| Description |
| Parameter | address: DaffCartAddress |
|---|---|
| Description |