Skip to content

Instantly share code, notes, and snippets.

@JuaniVeltri
Last active December 17, 2018 17:18
Show Gist options
  • Save JuaniVeltri/4c87de3e6292279b9ba6b75c748b9c4b to your computer and use it in GitHub Desktop.
Save JuaniVeltri/4c87de3e6292279b9ba6b75c748b9c4b to your computer and use it in GitHub Desktop.
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
</head>
<body>
<form action="/procesar-pago" method="POST">
<script
src="https://www.mercadopago.com.ar/integrations/v1/web-tokenize-checkout.js"
data-public-key="TEST-fad213ed-4ff0-4723-b326-8338d08df79d"
data-transaction-amount="100.00">
</script>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment