GitHub

MockMagentoCustomerOrders

import { MockMagentoCustomerOrders } from '@daffodil/customer-order/driver/magento/2-4-6/testing'
class MockMagentoCustomerOrders implements MagentoCustomerOrders {
  items: this.createReviews()
  page_info: this.createPageInfo()
  total_count: this.items.length
  protected orderFactory: MagentoCustomerOrderFactory
  protected pageInfoFactory: MagentoSearchResultPageInfoFactory
}

Properties

Name Type Description
items this.createReviews()
page_info this.createPageInfo()
total_count this.items.length
orderFactory MagentoCustomerOrderFactory
pageInfoFactory MagentoSearchResultPageInfoFactory