import { MockMagentoCartCoupon } from '@daffodil/cart/driver/magento/testing'
class MockMagentoCartCoupon implements MagentoCartCoupon { code: faker.random.alphaNumeric(20) }