New version of PayPal on Python
February 6th, 2010 by Eddie Sullivan
I've published version 0.6 of my Python implementation of the PayPal NVP interface. You can download PayPal on Python here.
The recent changes include:
- Fixed handling of dates. You can now use a Python datetime.date object anywhere the API calls for a date.
- Implemented recurring payments.
- Implemented Fraud Management Filters.
- Implement reference transactions.
- Changed the license from the Affero Public License to the GPL.
My