3/4/2016 3:06:56 PM
that as part of this change, the authAmount of a payment with a voided authorization
is now 0, not the original amount.
This fixes https://github.com/killbill/killbill/issues/504.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/20/2016 6:37:44 PM
instaed of fetching for each inserted event
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3/17/2016 10:38:19 PM
EntitlementApi setBlockingState (since we now have a more generic api in SubscriptionApi#addBlockingState
Fix SubscriptionApi#addBlockingState to pass a LocalDate (effectiveDate) instead of relying of the DateTime from the BlockingState input
Remove unimplemented EntitlementApi#getBlockingStatesForServiceAndType
Refactor code/tests accordingly.
|