Skip to content

Commit 5137711

Browse files
committed
SDK-1039: Add clientSdkId to button config
1 parent 04e4d5f commit 5137711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
window.Yoti.Share.init({
7171
"elements": [{
7272
"domId": "yoti-share-button",
73+
"clientSdkId": "<?php echo htmlspecialchars(getenv('YOTI_SDK_ID')); ?>",
7374
"scenarioId": "<?php echo htmlspecialchars(getenv('YOTI_SCENARIO_ID')); ?>",
7475
"button": {
7576
"label": "Use Yoti"

0 commit comments

Comments
 (0)