From: Radek Czajka Date: Wed, 1 Apr 2026 14:37:22 +0000 (+0200) Subject: fix X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/463b2c7c24fb4b59013ab39de92155bc6c730e27?hp=8b3e9a48c7cab6a4274d55bab64ab8f8e196009e fix --- diff --git a/src/paypal/rest.py b/src/paypal/rest.py index d324c4c2a..a5e7ebeee 100644 --- a/src/paypal/rest.py +++ b/src/paypal/rest.py @@ -136,7 +136,7 @@ def get_donations(agreement_id, year): continue assert transaction['amount']['currency'] == 'PLN' transactions.append({ - 'transation_id': transaction['transaction_id'], + 'transaction_id': transaction['transaction_id'], 'timestamp': dt, 'amount': Decimal(transaction['amount']['value']) })