6/28/2016 3:37:49 PM
partially reverts https://github.com/killbill/killbill/commit/5588436441bf9a2f163b7af0da799e1271fe2b71.
See also discussion on https://github.com/killbill/killbill/issues/330.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
6/28/2016 1:34:42 PM
XML is cached as part of tenant key/value pairs and the built
state machine is cached in a new cache (tenant-payment-state-machine-config).
See https://github.com/killbill/killbill/issues/330.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
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>
|