8/27/2012 7:22:25 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
8/27/2012 7:21:18 PM
Add extra checks for invoice items (it's a bit
convoluted because of the extra credit generated).
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
8/27/2012 6:03:43 PM
the START_BILLING_DISABLED event, by setting the
fixed price to null and setting the billing period to NO_BILLING_PERIOD.
Add an overdue test in TestInvoiceDispatcher to verify this works. The
(hardcoded) test scenario is similar to the one in beatrix
(TestOverdueIntegration#testBasicOverdueState).
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
8/27/2012 4:51:27 PM
needs to be ordered, hence the asc. But to get the current
(latest) state, we need to order desc limit 1.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
8/27/2012 4:44:26 PM
is static, causing tests to be flaky (ordering issue).
Applied a band-aid for now, but we probably want to get rid of it.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
8/27/2012 4:38:16 PM
wasn't setup properly.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
8/27/2012 3:44:15 PM
states.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
8/27/2012 3:34:02 PM
not desc.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
8/27/2012 3:32:31 PM
fix typo when looking for the bundleId in the backing map
* add a regression test for both bugs
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
8/27/2012 3:29:07 PM
transition type for entering/leaving an overdue period to differentiate these events with real (un)cancellations
* Fix ordering of billing events
* Enable tests (add missing group). Some are currently failing
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|