6/27/2016 3:17:24 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
6/24/2016 10:54:06 PM
fixes https://github.com/killbill/killbill/issues/551.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
6/24/2016 10:24:40 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
6/24/2016 10:10:09 PM
invoice, keep storing the full un-rounded BigDecimal value,
but return the value rounded to the user, according to the currency.
Note that we don't round the input value from the user, so the ENTERING
log line amount may differ from the EXITING log line.
See https://github.com/killbill/killbill/issues/552.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
6/24/2016 10:08:58 PM
the right transaction
See https://github.com/killbill/killbill/issues/552.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
6/24/2016 9:43:16 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
6/24/2016 5:48:37 PM
that we do more than just retrieving the transaction to complete.
We also perform sanity checks that cannot be expressed in the state machine today.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
6/24/2016 5:20:21 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
6/23/2016 9:34:36 PM
of control layer
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
6/23/2016 9:24:25 PM
is a bit special, since it's an entry point in
the state machine. Make sure our logic still holds for modifications
(e.g. capture).
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|