Skip to content

Instantly share code, notes, and snippets.

@jamesattard
Last active March 17, 2018 08:43
Show Gist options
  • Save jamesattard/8c7d5f5ad955015a814847ea15e35faf to your computer and use it in GitHub Desktop.
Save jamesattard/8c7d5f5ad955015a814847ea15e35faf to your computer and use it in GitHub Desktop.
<StripeCheckout
amount={this.props.planPrice * 100}
token={token => console.log(token)}
stripeKey={process.env.REACT_APP_STRIPE_KEY}
>
<Button>
{this.props.buttonLabel}
</Button>
</StripeCheckout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment