9/12/2015 10:15:48 PM
was incorrect.
The code will now filter the $0 items a bit later to allow using the date info they contain and which is required to correct computation of next billing date (IN_ADVANCE billing mode)
|
|
9/12/2015 10:05:21 PM
fix is ported from 0.14.1 branch and is related to an issue with the ordering if the billing events
which are first ordered by subscription and then effectiveDate (and not first with effectiveDate).
Added a test case which reproduced the issue: https://github.com/killbill/killbill-integration-tests/blob/master/killbill-integration-tests/core/usage/test_default_catalog_consumable_in_arrear.rb#L381
|
9/11/2015 6:21:21 PM
in the invoice_payments table and make sure failed payment attempts against an invoice appear in that table.
The goal is to ensure that when we return the payments attached to an invoice we see potential failed payments.
|
9/10/2015 5:47:59 PM
charge. Fixes #388
The code will check all the input external charge items for any currency passed and throw if this is different than
the account currency. If it is not set it will set it with the account currency.
Added a test to verify the new behavior.
|
9/9/2015 9:36:24 PM
commit 557b8b549db884fd71abc5195e0a50476e05999e for allow_failures did not work, must have the syntax wrong)
|
|
|
|
9/9/2015 7:58:07 PM
(see #382)
|