GitHub

MockDaffPaypalExpressPaymentResponse

class

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

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