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
|
// change the donation modal button label to close
|
||||||
// or display the close button for the cert donation section
|
// or display the close button for the cert donation section
|
||||||
if (this.props.handleProcessing) {
|
if (this.props.handleProcessing) {
|
||||||
this.props.handleProcessing(
|
this.props.handleProcessing(duration, amount);
|
||||||
this.state.donationDuration,
|
|
||||||
Math.round(amount / 100)
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.props.postChargeStripe({
|
return this.props.postChargeStripe({
|
||||||
|
Reference in New Issue
Block a user