Created
October 12, 2018 15:14
-
-
Save bgwaltney/c24cd1d37137d88a3d9ec6baf5236721 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="your-server-side-code" method="POST"> | |
| <script | |
| src="https://checkout.stripe.com/checkout.js" class="stripe-button" | |
| data-key="pk_test_TYooMQauvdEDq54NiTphI7jx" | |
| data-amount="999" | |
| data-name="Stripe.com" | |
| data-description="Example charge" | |
| data-image="https://stripe.com/img/documentation/checkout/marketplace.png" | |
| data-locale="auto" | |
| data-zip-code="true"> | |
| </script> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment