Skip to content

Releases: ParticulateSolutions/django-paypal-plus

v1.1.4

13 Nov 08:02
0cbcc27
Compare
Choose a tag to compare

What's Changed

  • Made 'shipping' in capture response optional + exception for already … by @Shin-- in #18
  • Changed dataclass fields to be optional as paypal api might not return them by @Shin-- in #19

Full Changelog: v1.1.3...v1.1.4

v1.1.3

24 Jun 08:11
9f5703a
Compare
Choose a tag to compare

What's Changed

  • Improved paypal api typings and made many fields optional by @Shin-- in #16

Full Changelog: https://github.com/ParticulateSolutions/django-paypal-plus/blob/master/CHANGELOG.md#v113

v1.1.2

11 Jun 10:11
32a4cd3
Compare
Choose a tag to compare

What's Changed

  • Bugfix/errors on unregistered users by @Shin-- in #15

Full Changelog: https://github.com/ParticulateSolutions/django-paypal-plus/blob/master/CHANGELOG.md#v112

v1.1.1

15 May 02:59
9c43af8
Compare
Choose a tag to compare

What's Changed

  • Fixed bug in retrieving correct webhook object (missing auth hash) by @Shin-- in #14

Full Changelog: v1.1.0...v1.1.1

v1.1.0

28 Apr 17:22
2e57ed1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

28 Apr 17:21
2ad6c38
Compare
Choose a tag to compare
  • Fixed bug in webhook verficiation on production by @Shin-- #11

Full Changelog: v1.0.0...v1.0.1

v1.0.0

28 Apr 17:20
ad398a2
Compare
Choose a tag to compare

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

25 Oct 09:39
Compare
Choose a tag to compare

Fixed strings returned by models that caused admin to crash

improved error handling

10 Oct 09:29
0dbe78c
Compare
Choose a tag to compare
Merge pull request #2 from Shin--/master

Fallback to use 'id' key instead of 'parent_payment' due to some stra…