From 0366577e8b04ad0b87812beb31bf27afda26afae Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 23 Apr 2023 10:11:29 +0100 Subject: [PATCH] Extra buy strings --- webapp_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp_utils.py b/webapp_utils.py index f2273ba82..f4e0b3ba1 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -2196,6 +2196,7 @@ def get_buy_links(post_json_object: str, translate: {}, buy_sites: {}) -> {}: if translate.get(buy_str): buy_str = translate[buy_str] buy_strings += buy_str.lower() + buy_strings += ('Paypal', 'Stripe', 'Cashapp', 'Venmo') for item in post_json_object['object']['attachment']: if not isinstance(item, dict): continue