import { DaffTestingCartShippingAddressService } from '@daffodil/cart/driver/testing'
@Injectable()
class DaffTestingCartShippingAddressService implements DaffCartShippingAddressServiceInterface {
get(cartId: string): any
update(
cartId: string
address: 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: DaffCartAddress |
|---|---|
| Description |