import { DaffTestingCartPaymentMethodsService } from '@daffodil/cart/driver/testing'
@Injectable()
class DaffTestingCartPaymentMethodsService implements DaffCartPaymentMethodsServiceInterface {
list(cartId: string): any
}
anyList the available payment methods of a cart.
| Parameter | cartId: string |
|---|---|
| Description |