|
|
8/6/2014 5:37:00 PM
data
Harden code to fix sporadic failure in intergation tests
Signed-off-by: stephane brossier <sbrossier@groupon.com>
|
|
8/5/2014 9:49:23 PM
NPEs that occured when invoice retrives the billing events associated with an account when a subscription start date is in the future (e.g transfer EOT)
- Fix Glitches with dates by ensuring that context createdDate -- used quite extensively in invoice code would be set in UTC, and therefore localDate ends up where we expect it to be.
- Change default setting for payment PluginDispatcher timeout from 90sec -> 5sec
|
8/5/2014 9:43:31 PM
on the same date, we could end up with adding two fixed items when generating the new invoice items.
The fix will only keep the latest one by using a map to override previuous entry for the same date (and for the same subscription)
|
|
|
7/31/2014 3:48:16 PM
into profiling
|
|