11/18/2013 2:08:22 PM
subscriptions and entitlements weren't cancelled on the old bundle during transfers.
This fixes test_transfer#test_with_ao in killbill-integration-tests and closes #124.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
11/18/2013 11:44:36 AM
IMM billing / EOT entitlement cancellations or EOT changes),
the future add-on entitlement cancellations weren't seen.
This fixes test_cancel_bp_with_ent_eot_bill_imm in killbill-integration-tests.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
11/16/2013 8:54:57 AM
into entitlement-bug-fixes
|
11/16/2013 2:41:38 AM
into entitlement-bug-fixes
|
|
11/16/2013 8:49:50 AM
is already cancelled (entry in blocking_states table),
don't add the blocking state cancellation event we deduced from subscriptions
(not needed and will be wrong).
This fixes test_cancel_ao_prior_future_bp_cancel_date in killbill-integration-tests.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
11/16/2013 2:09:22 AM
blocking states in the stream for all future
cancelled add-ons, regardless of the specified blockable id.
This fixes test_complex_ao in killbill-integration-tests.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
11/16/2013 1:53:38 AM
into entitlement-bug-fixes
|
|
11/16/2013 1:34:04 AM
info
Add BlockingStateType in the signature of BlockingStateDao methods
to get rid of guesses in ProxyBlockingStateDao.
This also simplifies the BlockingInternalApi API by removing
unnecessary methods (unused or only used in tests).
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|