MockMagentoCartPaymentMethod
import { MockMagentoCartPaymentMethod } from '@daffodil/cart/driver/magento/testing'
class MockMagentoCartPaymentMethod implements MagentoCartPaymentMethod {
code: faker.random.word()
title: faker.random.word()
purchase_order_number: faker.random.word()
}
Properties
Name | Type | Description |
---|---|---|
code | faker.random.word() | |
title | faker.random.word() | |
purchase_order_number | faker.random.word() |