Skip to content

Commit

Permalink
Drop reconfigureOnUpdate from StripeCheckout
Browse files Browse the repository at this point in the history
Note: breaks ss-token sales slightly until
azmenak/react-stripe-checkout#116 is merged
  • Loading branch information
eemeli committed Aug 5, 2018
1 parent c176650 commit 42db404
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/payments/components/stripe-checkout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class StripeCheckout extends React.Component {
disabled={disabled}
email={email}
name={TITLE}
reconfigureOnUpdate={true}
stripeKey={stripeKeys.get(account || 'default')}
token={onCheckout}
triggerEvent="onClick"
Expand Down

0 comments on commit 42db404

Please sign in to comment.