GitHub

DaffInMemoryCartShippingMethodsService

import { DaffInMemoryCartShippingMethodsService } from '@daffodil/cart/driver/in-memory'
@Injectable()
class DaffInMemoryCartShippingMethodsService extends DaffInMemoryDriverBase implements DaffCartShippingMethodsServiceInterface<DaffCartShippingRate> {
  list(cartId: string): Observable<DaffCartShippingRate[]>
}

Properties

Name Type Description
list Observable<DaffCartShippingRate[]>

List the available shipping methods for a cart.