1/31/2014 1:22:19 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/31/2014 2:23:27 AM
including the one of the bug where the reapir was partial but followed by an invoice item adjustment that completed the partial reapir in such a way that the reparee should be removed from the list of proposed items.
|
|
|
1/30/2014 11:50:19 AM
Meyer <pierre@ning.com>
|
|
1/29/2014 5:41:28 PM
correct behavior but the code was already in place.
|
1/29/2014 9:05:45 PM
a LogReaderService was already present when starting the logger
bundle, we were manually registering the KillbillLogWriter using a ServiceTracker,
but calling close on it right away. This was calling LogReaderServiceFactory#ungetService which
in turn was calling LogReaderServiceImpl#removeAllLogListeners (i.e.
removing the Kill Bill log listener).
Revisit that scenario by simply manually constructing a REGISTERED
ServiceEvent and letting our ServiceListener take care of the
registration.
This fixes #100.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
1/29/2014 2:49:49 PM
Meyer <pierre@ning.com>
|
1/29/2014 2:46:06 PM
sure to use the payment method id used by the original payment
when retrieving a refund info.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|