|
10/10/2016 3:57:17 PM
604 - Entitlement externalKeys over 64 characters allow the creation of duplicates
|
10/6/2016 3:16:03 PM
Tests
|
|
10/6/2016 2:01:02 PM
the DAO process.
- Added Integration Tests.
|
|
10/5/2016 5:16:21 PM
Changed max length of the externalKey attributes
- Added exceptions in each API with a new ErrorCode when exceeding the limit
- Added SQL migration files
|
10/10/2016 5:48:50 AM
a refund after a failed authorization would create an UNKNOWN refund
transaction. Add a test to verify the fix in killbill-automaton.
See https://github.com/killbill/killbill-commons/commit/690fb4cb2ec733e0042c8cc03359f7505744fcab.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
10/7/2016 9:12:10 PM
cancellation. See #619.
1. Fix bug in subscription module in the logic where we delete future events when adding a new cancellation event. The logic needs to be
changed to include existing events for the exact same date (which happens when cancelling several times with an EOT policy)
2. Hardening against data integrity issues where we have multiple active CANCEL to skip such invalid events.
As a consequence we may send less events and some tests needed to be slightly modified. Also fixed some broken tests (where we moved the clock too far ahead in one go).
|
|