MockDaffPaypalExpressPaymentResponse
import { MockDaffPaypalExpressPaymentResponse } from '@daffodil/paypal/testing'
class MockDaffPaypalExpressPaymentResponse implements DaffPaypalExpressPaymentResponse {
method: faker.random.word()
data: this.createData()
}
Properties
Name | Type | Description |
---|---|---|
method | faker.random.word() | |
data | this.createData() |