Like the title says, I'm looking for an app which helps me integrate the PayPay Adaptive Payments API with a Django website.
So far I've checked out
- django-paypal (https://github.com/dcramer/django-paypal, might work with some modifications)
- django-paypal-adaptive (https://github.com/gmcguire/django-paypal-adaptive)
Unfortunately both seem to be buggy/not anymore maintained, any suggestions for alternatives? How did you integrate it, custom solution or take one of these apps and update/modify them?