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