Skip to content

Commit

Permalink
Update the address on donation receipts
Browse files Browse the repository at this point in the history
  • Loading branch information
mayhem authored and amCap1712 committed Jul 16, 2024
1 parent 661cc31 commit 0be8f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metabrainz/payments/receipts.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ def generate_receipt(email, date, amount, name, is_donation, editor_name):
else:
from_email = "payments@metabrainz.org"
address_par = Paragraph(
"340 S Lemon Ave #6432<br/>"
"Walnut, CA 91789<br/><br/>"
"440 N Barranca Ave #6432<br/>"
"Covina, CA 91723<br/><br/>"
"%s<br/>"
"https://metabrainz.org"
% from_email,
Expand Down

0 comments on commit 0be8f6d

Please sign in to comment.