fix: adjust ga value for stripe modal (#40360)

This commit is contained in:
Ahmad Abdolsaheb
2020-12-07 12:49:20 +03:00
committed by GitHub
parent 81a49ec94b
commit 080154b34f

View File

@ -123,10 +123,7 @@ class DonateFormChildViewForHOC extends Component {
// change the donation modal button label to close
// or display the close button for the cert donation section
if (this.props.handleProcessing) {
this.props.handleProcessing(
this.state.donationDuration,
Math.round(amount / 100)
);
this.props.handleProcessing(duration, amount);
}
return this.props.postChargeStripe({