mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: adjust ga value for stripe modal (#40360)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user