Skip to content

Instantly share code, notes, and snippets.

@afuggini
Created April 12, 2014 19:25
Show Gist options
  • Save afuggini/10552241 to your computer and use it in GitHub Desktop.
Save afuggini/10552241 to your computer and use it in GitHub Desktop.
StripeCheckout.open({
key: "xxx",
amount: t,
name: "My Site",
description: r,
panelLabel: "Pay Now",
shippingAddress: !0,
token: function (e, o) {
alert("purchase made!")
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment