Skip to content

Commit

Permalink
payload and signature test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Dec 19, 2024
1 parent beb1eca commit 2d9160e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions demo.bundle.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,8 @@ <h5 class="px-4">Payment: managed integration</h5>
var button = document.getElementById("payManagedIntegration");
button.addEventListener("click",function(e){
DePayWidgets.Payment({
integration: '461cb57d-6063-40b8-8326-a124c4a40e6f',
payload: {
test: "true"
}
integration: 'f6c659eb-539f-4db6-b5d5-b294aac2afda',
payload: {"id":1},
})
})
</script>
Expand Down

0 comments on commit 2d9160e

Please sign in to comment.