appmax_finger_security
v1.46.0
Published
``` <script src="https://cdn.jsdelivr.net/npm/[email protected]"></script> <script> const ams = new AppMaxSecurity({ "public_key":"45BAA9B2-4C351C20-42E765E6-592A5AB3", "card":{ "name":"teste",
Downloads
111
Readme
App Max Finger Security
Exemplo de uso
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script>
const ams = new AppMaxSecurity({
"public_key":"45BAA9B2-4C351C20-42E765E6-592A5AB3",
"card":{
"name":"teste",
"number":"4444222222222222",
"cvv":"123",
"month":1,
"year":25
}
});
ams.load().then(res => console.log(res))
</script>