GitHub

MockOrderShipment

import { MockOrderShipment } from '@daffodil/order/testing'
class MockOrderShipment implements DaffOrderShipment {
  tracking: this.createTracking()
  items: this.createItems()
  carrier: faker.random.word()
  carrier_title: faker.random.word()
  code: faker.random.word()
  method: faker.random.word()
  method_description: faker.random.word()
}

Properties

Name Type Description
tracking this.createTracking()
items this.createItems()
carrier faker.random.word()
carrier_title faker.random.word()
code faker.random.word()
method faker.random.word()
method_description faker.random.word()