import { MockCartPayment } from '@daffodil/cart/testing'
class MockCartPayment implements DaffCartPaymentMethod { method: string = 'credit-card' }