X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/df6d939e24b62fb0424a0793e6ded1317a5b4915..8b3e9a48c7cab6a4274d55bab64ab8f8e196009e:/src/paypal/rest.py diff --git a/src/paypal/rest.py b/src/paypal/rest.py index f1546b491..d324c4c2a 100644 --- a/src/paypal/rest.py +++ b/src/paypal/rest.py @@ -136,6 +136,7 @@ def get_donations(agreement_id, year): continue assert transaction['amount']['currency'] == 'PLN' transactions.append({ + 'transation_id': transaction['transaction_id'], 'timestamp': dt, 'amount': Decimal(transaction['amount']['value']) })