import { DaffTestingCartShippingMethodsService } from '@daffodil/cart/driver/testing'
@Injectable()
class DaffTestingCartShippingMethodsService implements DaffCartShippingMethodsServiceInterface {
list(cartId: string): any
}
anyList the available shipping methods for a cart.
| Parameter | cartId: string |
|---|---|
| Description |