Created
April 8, 2015 17:30
-
-
Save gabeodess/fa946d127fe85cec4560 to your computer and use it in GitHub Desktop.
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="/charge" method="POST"> | |
<script | |
src="https://checkout.stripe.com/checkout.js" class="stripe-button" | |
data-key="pk_test_1xBnoR7Mdwx4E1gD2dcgl8TL" | |
data-image="https://s3.amazonaws.com/stripe-uploads/acct_14qpC2GuKJ7VdKiHmerchant-icon-1419369420301-10846338_1510038909255594_3532245329824431014_n.jpg" | |
data-name="Share Coffee" | |
data-description="2 widgets" | |
data-amount="2000"> | |
</script> | |
<input type='hidden' value='http://example.com/my-custom-url'/> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment