diff --git a/client/src/components/Donation/DonateForm.js b/client/src/components/Donation/DonateForm.js index 6b943256d8..c5699cde69 100644 --- a/client/src/components/Donation/DonateForm.js +++ b/client/src/components/Donation/DonateForm.js @@ -271,19 +271,6 @@ class DonateForm extends Component { skipAddDonation={!isSignedIn} /> - - - {subscriptionPayment ? ( - - - Or donate with a credit card: - - - ) : ( - '' - )} - {this.renderDonationOptions()} - ); } diff --git a/config/donation-settings.js b/config/donation-settings.js index 3ed2366d78..5d3841f4a9 100644 --- a/config/donation-settings.js +++ b/config/donation-settings.js @@ -1,8 +1,7 @@ // Configuration for client side const durationsConfig = { year: 'yearly', - month: 'monthly', - onetime: 'one-time' + month: 'monthly' }; const amountsConfig = { year: [100000, 25000, 6000],