import { DaffTestingOrderService } from '@daffodil/order/driver/testing'
@Injectable()
class DaffTestingOrderService implements DaffOrderServiceInterface {
get(orderId: string): any
list(): any
}
anyGet an order object with the specified order ID.
| Parameter | orderId: string |
|---|---|
| Description |
anyList all order objects for the logged-in user.