DaffPaypalExpressDriverConfig
import { DaffPaypalExpressDriverConfig } from '@daffodil/paypal/driver'
interface DaffPaypalExpressDriverConfig {
urls: DaffPaypalExpressUrlsRequest
params: {
token: string;
payerId: string;
}
}
Properties
Name | Type | Description |
---|---|---|
urls | DaffPaypalExpressUrlsRequest | The URLs to which paypal will navigate the users for each corresponding result of the paypal express checkout process. |
params | { token: string; payerId: string; } | The name of the query params to which paypal will set the respective values. |