GitHub

MockMagentoCartPaymentMethod

class

import { MockMagentoCartPaymentMethod } from '@daffodil/cart/driver/magento/testing'

class MockMagentoCartPaymentMethod implements MagentoCartPaymentMethod {
  code: faker.lorem.word() = faker.lorem.word()
  title: faker.lorem.word() = faker.lorem.word()
  purchase_order_number: faker.lorem.word() = faker.lorem.word()
}