GitHub

MockOrderPayment

import { MockOrderPayment } from '@daffodil/order/driver/magento/2-4-1/testing'
class MockOrderPayment implements MagentoOrderPayment {
  __typename: <const>'OrderPaymentMethod'
  name: 'card'
  type: 'visa'
  additional_data: []
}

Properties

Name Type Description
__typename <const>'OrderPaymentMethod'
name 'card'
type 'visa'
additional_data []