Last active
March 17, 2018 08:43
-
-
Save jamesattard/8c7d5f5ad955015a814847ea15e35faf 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
<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