Releases: ParticulateSolutions/django-paypal-plus
Releases · ParticulateSolutions/django-paypal-plus
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.1
v1.0.0
What's Changed
- save related resource id in payment by @vincenz-e in #4
- Added on_delete to relations for Django 2.x support by @Shin-- in #5
- Adjusted initial commit to correctly represent model by @Shin-- in #6
- save the whole responses from paypal api by @vincenz-e in #7
- Feature/add related resource state by @vincenz-e in #8
- Rewrite for paypal v2 orders API by @Shin-- #9
Full Changelog: 0.1.8...v1.0.0
Admin bugfixes
Fixed strings returned by models that caused admin to crash
improved error handling
Merge pull request #2 from Shin--/master Fallback to use 'id' key instead of 'parent_payment' due to some stra…