12/14/2017 11:50:36 PM
Kill Bill core team <contact@killbill.io>
|
12/14/2017 7:57:41 PM
774
|
12/14/2017 6:48:07 PM
tests
|
|
12/14/2017 3:06:15 AM
events (e.g PAUSE). See #774
* Modify and simplify logic to extract per subscription transaction dates by relying on billing events.
* Add test scenario to verify logic is working for standard events like PHASE, PAUSE, RESUME.
|
12/13/2017 4:15:45 AM
logic for targetDate to use previous notification dates and not day prior supplied targetDate to compute additional invoice
* Cleanup subscription code
|
12/12/2017 3:27:55 AM
filter and fix code issues. See #774
In particular the logic computing the next notifications needed to be rewritten to group by date, allowing
both to avoid duplicates and at the same time keeping track of all subscription ids for each date.
|
12/12/2017 3:25:17 AM
filter. See #774
|
12/9/2017 5:21:15 PM
+ filter mode.See #774
|
12/9/2017 3:03:23 PM
to keep track of each subscriptions . See #774
The invoice notification will now be updated and keep a list of subscriptionIds, allowing dryRun filtering logic to work as expected.
The code will rely on the new NotificationQueue#updateFutureNotification api. See killbill/killbill-commons#91fa0b10029deb8ba41542a4f79ced60ee0e279a
|