import { DaffInMemoryOrderService } from '@daffodil/order/driver/in-memory'
@Injectable()
class DaffInMemoryOrderService extends DaffInMemoryDriverBase implements DaffOrderServiceInterface<DaffOrder> {
get(orderId: string): any
list(
cartId?: string
request?: DaffCollectionRequest
): any
}
anyGet an order object with the specified order ID.
| Parameter | orderId: string |
|---|---|
| Description |
anyList all order objects for the logged-in user.
| Parameter | cartId: string |
|---|---|
| Description |
| Parameter | request: DaffCollectionRequest |
|---|---|
| Description |