We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e4d5f commit 5137711Copy full SHA for 5137711
examples/index.php
@@ -70,6 +70,7 @@
70
window.Yoti.Share.init({
71
"elements": [{
72
"domId": "yoti-share-button",
73
+ "clientSdkId": "<?php echo htmlspecialchars(getenv('YOTI_SDK_ID')); ?>",
74
"scenarioId": "<?php echo htmlspecialchars(getenv('YOTI_SCENARIO_ID')); ?>",
75
"button": {
76
"label": "Use Yoti"
0 commit comments