From 5e6fb299dcfd2d200cd134e2f810a83f19a8dcb7 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 13 Jul 2023 13:50:31 +0300 Subject: [PATCH] fix typo --- files/routes/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/users.py b/files/routes/users.py index 2ae6378b2..8a7a55dcb 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -1461,7 +1461,7 @@ def gumroad(): created_utc = int(time.mktime(time.strptime(data['sale_timestamp'].split('.')[0], "%Y-%m-%dT%H:%M:%SZ"))) - if data.get('recurrenace'): + if data.get('recurrence'): type = "monthly" else: type = "one-time"