Skip to content

Releases: wmde/fundraising-payments

v6.0.1

13 Jul 16:27
f2cfe68
Compare
Choose a tag to compare

Disable PayPal receiver checking. This is a short-term fix for PayPal notification errors

v6.0.0

09 Jun 11:45
b9705e1
Compare
Choose a tag to compare

Switch from mixed to scalar types for some domain and database related public methods.

v5.3.1

01 Dec 13:26
99fad97
Compare
Choose a tag to compare

Ignore memo field when storing PayPal data

v5.3.0

23 Nov 16:09
afd58d8
Compare
Choose a tag to compare

Add paymentWasAlreadyCompleted to FailureResponse for booking a payment. This will help to avoid error-retry loops for PayPal notifications (see https://phabricator.wikimedia.org/T321346 )

5.2.1

21 Oct 16:33
9272279
Compare
Choose a tag to compare

Ignore more fields that could contain non-UTF-8 encoded characters as a fix for https://phabricator.wikimedia.org/T319386

5.2.0

05 Oct 07:58
2b867c2
Compare
Choose a tag to compare

Expose confirmation status to cancel success result, so dependent code can deal with it differently.

5.1.0

27 Sep 12:47
41ec21e
Compare
Choose a tag to compare

Add restore to cancellable payments

v5.0.1

31 Aug 17:48
c9b4774
Compare
Choose a tag to compare

Change Sofort payment legacy status handling to make them look like bank transfers
Anoymize more fields from PayPal data

v5.0.0

29 Aug 16:28
260dc6b
Compare
Choose a tag to compare

Make payments a standalone bounded context

Add persistence, validators and use cases
Remove outdated classes

This is almost a complete rewrite of payment-related code, with code from other parts of the application moved and contralized in the new bounded context.

This is for https://phabricator.wikimedia.org/T192323

v4.0.0

07 Jul 11:47
Compare
Choose a tag to compare
Fix naming of sofort client implementation

This sneaked in during an IDE refactor