Skip to content

Instantly share code, notes, and snippets.

@matthewarkin
Last active August 29, 2015 14:24
Show Gist options
  • Save matthewarkin/17f965a7de871dca5373 to your computer and use it in GitHub Desktop.
Save matthewarkin/17f965a7de871dca5373 to your computer and use it in GitHub Desktop.
<!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