GitHub

MockPaypalTokenResponse

class

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

class MockPaypalTokenResponse implements DaffPaypalExpressTokenResponse {
  token: faker.lorem.word() = faker.lorem.word()
  urls: { start: any; edit: any; } = {
      start: faker.internet.url(),
      edit: faker.internet.url(),
    }
}