fix: remove stripe card from donate page (#38534)
This commit is contained in:
committed by
GitHub
parent
b8c7fd357d
commit
5f1f5554b2
@ -271,19 +271,6 @@ class DonateForm extends Component {
|
|||||||
skipAddDonation={!isSignedIn}
|
skipAddDonation={!isSignedIn}
|
||||||
/>
|
/>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
||||||
<Col sm={10} smOffset={1} xs={12}>
|
|
||||||
{subscriptionPayment ? (
|
|
||||||
<Fragment>
|
|
||||||
<Spacer />
|
|
||||||
<b>Or donate with a credit card:</b>
|
|
||||||
<Spacer />
|
|
||||||
</Fragment>
|
|
||||||
) : (
|
|
||||||
''
|
|
||||||
)}
|
|
||||||
{this.renderDonationOptions()}
|
|
||||||
</Col>
|
|
||||||
</Row>
|
</Row>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
// Configuration for client side
|
// Configuration for client side
|
||||||
const durationsConfig = {
|
const durationsConfig = {
|
||||||
year: 'yearly',
|
year: 'yearly',
|
||||||
month: 'monthly',
|
month: 'monthly'
|
||||||
onetime: 'one-time'
|
|
||||||
};
|
};
|
||||||
const amountsConfig = {
|
const amountsConfig = {
|
||||||
year: [100000, 25000, 6000],
|
year: [100000, 25000, 6000],
|
||||||
|
Reference in New Issue
Block a user