Skip to content

Commit 6ce6d16

Browse files
committed
migrate test.html file to sdk v4
1 parent 2af11b5 commit 6ce6d16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
document.getElementById('service_id').value,
1313
document.getElementById('template_id').value,
1414
'.test-form',
15-
document.getElementById('user_id').value
15+
{
16+
publicKey: document.getElementById('user_id').value,
17+
},
1618
).then(function(response) {
1719
console.log('result', response);
1820
}, function(error) {

0 commit comments

Comments
 (0)