Last active
August 29, 2015 14:24
-
-
Save matthewarkin/17f965a7de871dca5373 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
<!DOCTYPE HTML> | |
<html> | |
<body> | |
<script type="text/javascript" src="https://commencepayments.com/js/commence.js"></script> | |
<button data-type="CommenceButton" | |
data-key="pk_test_OZwJfcF4YXzwNdYj8isCwTmx" | |
data-image="https://stripe.com/img/documentation/checkout/marketplace.png" | |
data-name="Demo Site" | |
data-description="Awesome Project ($20.00)" | |
data-panelLabel = "Pay with Card" | |
data-amount="2000"> | |
Buy Now | |
</button> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment