Skip to content

Commit

Permalink
migrate test.html file to sdk v4
Browse files Browse the repository at this point in the history
  • Loading branch information
xr0master committed Feb 4, 2024
1 parent 2af11b5 commit 6ce6d16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
document.getElementById('service_id').value,
document.getElementById('template_id').value,
'.test-form',
document.getElementById('user_id').value
{
publicKey: document.getElementById('user_id').value,
},
).then(function(response) {
console.log('result', response);
}, function(error) {
Expand Down

0 comments on commit 6ce6d16

Please sign in to comment.