import { MockDaffPaypalExpressPaymentData } from '@daffodil/paypal/testing'
class MockDaffPaypalExpressPaymentData implements DaffPaypalExpressPaymentData {
token: faker.lorem.word() = faker.lorem.word()
payerId: faker.string.uuid() = faker.string.uuid()
}