Skip to content

Commit

Permalink
Correct tax-deductible status of OpenCollective
Browse files Browse the repository at this point in the history
OpenCollective is a 501(c)(6) non-profit, and donations via that method are NOT generally tax-deductible for individual taxpayers in the US.
  • Loading branch information
chennes authored Jan 12, 2025
1 parent e0bcc19 commit acbb75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donation.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function send (form, method, amount) {
<option value="stripe" title="<?php echo _('Credit card payment via Stripe'); ?>"><?php echo _('Credit card (Stripe)'); ?></option>
<option value="paypal" title="<?php echo _('Paypal allows to donate using your Paypal account, or a credit card') ?>"><?php echo _('Paypal'); ?></option>
<option value="github" title="<?php echo _('GitHub allows you to sponsor your favorite projects using your GitHub account, and a credit card') ?>"><?php echo _('GitHub'); ?></option>
<option value="opencollective" title="<?php echo _('OpenCollective acts as a fiscal host for open-source projects. You can donate with a credit card or bank account. OpenCollective is a 501(c)3 org and provides tax deduction in the US.') ?>"><?php echo _('OpenCollective (501(c)3)'); ?></option>
<option value="opencollective" title="<?php echo _('OpenCollective acts as a fiscal host for open-source projects. You can donate with a credit card or bank account.') ?>"><?php echo _('OpenCollective'); ?></option>
</select>
<br/>
<br/>
Expand Down

0 comments on commit acbb75c

Please sign in to comment.