diff --git a/src/forms/StripePaymentForm/StripePaymentForm.js b/src/forms/StripePaymentForm/StripePaymentForm.js index cae7fbe9..3d064f69 100644 --- a/src/forms/StripePaymentForm/StripePaymentForm.js +++ b/src/forms/StripePaymentForm/StripePaymentForm.js @@ -113,9 +113,6 @@ class StripePaymentForm extends Component { } }); } - componentWillReceiveProps() { - this.setState(initialState); - } componentWillUnmount() { if (this.card) { this.card.removeEventListener('change', this.handleCardValueChange);