GitHub

MockDaffPaypalExpressPaymentResponse

import { MockDaffPaypalExpressPaymentResponse } from '@daffodil/paypal/testing'

class MockDaffPaypalExpressPaymentResponse implements DaffPaypalExpressPaymentResponse {
  method: faker.random.word() = faker.random.word()
  data: DaffPaypalExpressTokenResponse = this.createData()
}