GitHub

MockMagentoCartCoupon

class

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

class MockMagentoCartCoupon implements MagentoCartCoupon {
  code: faker.string.alphanumeric(20) = faker.string.alphanumeric(20)
}