GitHub

DaffTestingOrderService

Service

import { DaffTestingOrderService } from '@daffodil/order/driver/testing'

@Injectable()
class DaffTestingOrderService implements DaffOrderServiceInterface {
  get(orderId: string): any
  list(): any
}

() Methods

get
any

Get an order object with the specified order ID.

Parameters
ParameterorderId: string
Description
list
any

List all order objects for the logged-in user.