summaryrefslogtreecommitdiff
path: root/postgresqleu/paypal/util.py
AgeCommit message (Expand)Author
2024-06-06Accept paypal code T0700 as a paymentMagnus Hagander
2023-12-04Add support for another type of paypal withdrawalsMagnus Hagander
2023-12-04Fall back to treasurer email in incomplete paypal transactionsMagnus Hagander
2023-10-03Accept T0003 as yet another type of paypal payment codeMagnus Hagander
2023-03-22Another new paypal transaction codeMagnus Hagander
2021-12-28Ignore paypal "general hold" transactionMagnus Hagander
2021-08-25Use balances API to verify PayPal balanceMagnus Hagander
2020-04-09Teach paypal code about code T0300, "general funding of account"Magnus Hagander
2020-04-07Add support for T0303 codes to paypalMagnus Hagander
2020-03-12Replace datetime.now() with timezone.now()Magnus Hagander
2019-08-07Try to deal with new paypal chargeback feesMagnus Hagander
2019-07-31Handle that paypal T1106 is sometimes accompanied by a T1108Magnus Hagander
2019-07-31Set paypal name to paypal email if missingMagnus Hagander
2019-07-31Work around the latest weirdness from paypalMagnus Hagander
2019-06-25Add support for tracking paypal chargebacksMagnus Hagander
2019-04-06Also properly match the recurring unknown paymentsMagnus Hagander
2019-04-06Another attempt at fixing paypal recurring paymentsMagnus Hagander
2019-04-06Handle paypal payment type T0002Magnus Hagander
2019-03-27Trap authorization errors in Paypal APIMagnus Hagander
2019-02-10Update the Paypal access to use the new REST based APIMagnus Hagander
2019-01-19Re-factor payment methods and move configuration to the databaseMagnus Hagander
2019-01-10Import related fixes from 2to3Magnus Hagander
2019-01-04Switch to using requests for http requestsMagnus Hagander
2018-12-15Replace usage of has_key()Magnus Hagander
2018-12-14Fix blankline related warningsMagnus Hagander
2018-12-14Fix spaces before/after comma and colonMagnus Hagander
2018-12-14Replace tabs with spacesMagnus Hagander
2016-07-21Fix for sillyness in paypal api and missing importMagnus Hagander
2016-07-21Add script to compare paypal balance to accounting systemMagnus Hagander
2016-06-23Workaround for inconsistent paypal transaction numberingMagnus Hagander
2016-01-20Implement proper refund managementMagnus Hagander
2016-01-19Properly handle API errors from PaypalMagnus Hagander
2016-01-18Move paypal fetching script to be an admin commandMagnus Hagander