MockPSPProps
Structure of properties for mock payment service provider.
interface MockPSPProps {
entries: PaymentEntry[];
postURL: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
entries | Required | PaymentEntry[] | Payment request SAP data. |
postURL | Required | string | Link to payment service provider. |