|
7/14/2015 8:32:14 PM
Add new support for entitlement plugin API
Signed-off-by: Kill Bill core team <contact@killbill.io>
|
7/14/2015 8:05:51 PM
of accountRecordId and tenantrecordId for fast tests
Fix broken payment tests to due the change in the validateUniqueTransactionExternalKey (where we correctly test the equality on accountRecordId)
|
7/14/2015 8:05:22 PM
(fix a bug in the comparison of Long value where we need to use equals method)
|
7/13/2015 8:53:23 PM
acoording to the description in the bug
Fix typo in PaymentStateMachineHelper (preventing the transaition from PENDING to SUCCESS)
Handle UNKNOWN cases rhe same way everywhere (where we just simply fetch latest state from plugin but do not re-attenmpt a payment transaction)
Add Payment tests around paymentTransactionExternalKey and logic around UNKNWON use cases
|
7/13/2015 7:44:57 AM
commit also simplifies the account update path,
which used to rely on dummy default values. We now simply
rely on null values to keep them as-is.
See https://github.com/killbill/killbill/wiki/Kill-Bill-Migration-0.14.x-to-0.16.x
for the upgrade DDL.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
|
|
7/10/2015 2:42:27 PM
properties), and add a test case
|