12/9/2013 12:07:28 PM
Meyer <pierre@ning.com>
|
12/8/2013 8:11:15 PM
fixes https://github.com/killbill/killbill/issues/136.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
|
12/6/2013 3:53:24 PM
incomplete refunds.
The refund amount should only be substracted of the payment amount when its status is COMPLETED.
|
|
|
12/8/2013 6:16:19 PM
events
This fixes https://github.com/killbill/killbill/issues/135.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
12/6/2013 2:44:26 PM
any occurrence in production logs for
blocking states, but this may be common for subscription
base events (changes in the same day). For the latter use case,
we trust createdDate as a proxy.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
|
12/6/2013 2:22:41 PM
overlapping entitlement events and populate missing
next plan information under certain circumstances.
This closes https://github.com/killbill/killbill/issues/134 and
https://github.com/killbill/killbill/issues/140.
This also:
* removes RE_CREATE handling code, as it is not needed anymore and
helps simplify the code
* extract DefaultSubscriptionEvent to its own file for simplicity
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|