GitHub

MockMagentoCustomerStoreCredit

import { MockMagentoCustomerStoreCredit } from '@daffodil/customer-store-credit/driver/magento/testing'
class MockMagentoCustomerStoreCredit implements MagentoCustomerStoreCredit {
  __typename: <const>'CustomerStoreCredit'
  current_balance: this.moneyFactory.create()
  enabled: faker.datatype.boolean()
  protected moneyFactory: MagentoMoneyFactory
}

Properties

Name Type Description
__typename <const>'CustomerStoreCredit'
current_balance this.moneyFactory.create()
enabled faker.datatype.boolean()
moneyFactory MagentoMoneyFactory