Skip to content

Commit fd19923

Browse files
authored
Merge pull request #460 from metabrainz/fix-eur-donations
Make EUR donations go to USD paypal account.
2 parents 71c690d + 246a8b7 commit fd19923

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

metabrainz/templates/payments/donate.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ <h1 class="page-title">{{ _('Make a Donation') }}</h1>
126126

127127
<h2>{{ _('Other ways to donate') }}</h2>
128128

129+
<h3>GitHub</h3>
130+
<p>{{ _('If you use GitHub to sponsor your favourite projects, you can click below to Sponsor @metabrainz on GitHub Sponsors:') }}</p>
131+
<p><a href="https://github.com/sponsors/metabrainz">https://github.com/sponsors/metabrainz</a></p>
132+
129133
<h3>{{ _('Non-US Bank transfer') }}</h3>
130134
<p>{{ _('You can make a donation, or recurring donations, via bank transfer to the following IBAN:') }}</p>
131135
<p><em style="margin-left: 2em">BE96 9670 3472 0205 (BIC: TRWIBEB1XXX)</em></p>
@@ -134,14 +138,6 @@ <h3>{{ _('Non-US Bank transfer') }}</h3>
134138
<h3>{{ _('US Check') }}</h3>
135139
<p>{{ _('Due to the increased unreliability of the US Postal Service we have stopped accepting paper checks. Sorry!') }}</p>
136140

137-
<h3>Flattr</h3>
138-
<p>{{ _('If you use Flattr to donate to your favourite projects, you can click below to Flattr MetaBrainz:') }}</p>
139-
<p><a href="https://flattr.com/profile/metabrainz ">https://flattr.com/profile/metabrainz</a></p>
140-
141-
<h3>GitHub</h3>
142-
<p>{{ _('If you use GitHub to sponsor your favourite projects, you can click below to Sponsor @metabrainz on GitHub Sponsors:') }}</p>
143-
<p><a href="https://github.com/sponsors/metabrainz">https://github.com/sponsors/metabrainz</a></p>
144-
145141
</div>
146142
{% endblock %}
147143

@@ -161,7 +157,7 @@ <h3>GitHub</h3>
161157
},
162158
Euro: {
163159
code: "EUR",
164-
paypal_id: '{{ config['PAYPAL_ACCOUNT_IDS']['EUR'] }}'
160+
paypal_id: '{{ config['PAYPAL_ACCOUNT_IDS']['USD'] }}'
165161
}
166162
};
167163

0 commit comments

Comments
 (0)