X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/18aa8ca52202003e5628a882f3469a04d905cc05..14e08cfc833a63ad2c51aa3ac0ce60960d4ace0d:/src/paypal/rest.py diff --git a/src/paypal/rest.py b/src/paypal/rest.py index f1546b491..a5e7ebeee 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({ + 'transaction_id': transaction['transaction_id'], 'timestamp': dt, 'amount': Decimal(transaction['amount']['value']) })