GitHub

DaffTestingCartPaymentMethodsService

Service

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

@Injectable()
class DaffTestingCartPaymentMethodsService implements DaffCartPaymentMethodsServiceInterface {
  list(cartId: string): any
}

() Methods

list
any

List the available payment methods of a cart.

Parameters
ParametercartId: string
Description