Last active
January 21, 2016 19:17
-
-
Save jogam5/7bb7a90775f215290660 to your computer and use it in GitHub Desktop.
Forma ComproPago
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="https://www.compropago.com/comprobante" method="post"> | |
<input type="hidden" name="public_key" value="TU_API_KEY"> | |
<input type="hidden" name="order_price" value="12.00"> | |
<input type="hidden" name="order_name" value="Home Theater HSP"> | |
<input type="hidden" name="order_id" value=""> | |
<input type="hidden" name="customer_name" value=""> | |
<input type="hidden" name="customer_email" value=""> | |
<input type="hidden" name="customer_phone" value=""> | |
<input type="image" src="https://www.compropago.com/assets/payment-green-btn.png" border="0" name="submit" alt="Pagar con ComproPago"> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment