From 0be8f6dac555b140a95a9e55db86b6287d0006c8 Mon Sep 17 00:00:00 2001 From: Robert Kaye Date: Tue, 16 Jul 2024 14:08:59 +0200 Subject: [PATCH] Update the address on donation receipts --- metabrainz/payments/receipts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metabrainz/payments/receipts.py b/metabrainz/payments/receipts.py index 990288a4..b21d1a34 100644 --- a/metabrainz/payments/receipts.py +++ b/metabrainz/payments/receipts.py @@ -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
" - "Walnut, CA 91789

" + "440 N Barranca Ave #6432
" + "Covina, CA 91723

" "%s
" "https://metabrainz.org" % from_email,