GitHub

DaffTestingCartShippingMethodsService

import { DaffTestingCartShippingMethodsService } from '@daffodil/cart/driver/testing'

@Injectable()
class DaffTestingCartShippingMethodsService implements DaffCartShippingMethodsServiceInterface {
  list(cartId: string): Observable<DaffCartShippingRate[]>
}

() Methods

list
Observable<DaffCartShippingRate[]>

List the available shipping methods for a cart.

Parameters
ParametercartId: string
Description