There was an error while loading. Please reload this page.
2 parents 2a50236 + 88292aa commit 347a5ccCopy full SHA for 347a5cc
1 file changed
docs/examples.md
@@ -1380,7 +1380,9 @@ fn main() {
1380
1381
### Payment provider form rendering
1382
1383
-Dummy form rendering from the example [response](#response):
+Dummy form rendering from the example [response](#response)
1384
+
1385
+Developers should ensure that any API response data is properly escaped before rendering it into HTML.
1386
1387
```javascript
1388
const parameterToInput = (param) => `<input type="hidden" name="${param.name}" value="${param.value}" />`;
0 commit comments