Reshma Bidikar
Reshma Bidikar
The proposed fix to this issue would be to invoke `initializeCatalog` after the catalog is retrieved from the cache [here](https://github.com/killbill/killbill/blob/ff81c701e236310561e31624df18bab5788b0339/catalog/src/main/java/org/killbill/billing/catalog/caching/DefaultCatalogCache.java#L133). However, this fix needs to be implemented carefully as this...
> The problem still persist and I spend my afternoon trying to find a solution but I could not Thanks for submitting this PR, I'm a part of the Kill...
Hi @Jimmy-Newtron, the team was very busy last week but I'll let you know as soon as I find out more on this. Thanks for your patience!
Hi @xsalefter, let me try to add some context here. `The overdue.xml` without the `` tag is not really a "bad" file, I apologize for the incorrect name in the...
Quick question, do we want to keep the existing endpoint for backward compatibility? Or should the new pagination endpoint replace the existing one?
Fixed in the following PRs: - #1780 - #1789
Pausing a subscription with a fixed item also causes the fixed item to be invoiced again once the subscription is resumed. Steps to reproduce: 1. Create a subscription to a...
Fixed in `work-for-release-0.23.x`. The following PRs include the changes: - https://github.com/killbill/killbill/pull/1585 - https://github.com/killbill/killbill/pull/1592 - https://github.com/killbill/killbill/pull/1606 - https://github.com/killbill/killbill/pull/1607 - https://github.com/killbill/killbill/pull/1611 - https://github.com/killbill/killbill/pull/1619 - https://github.com/killbill/killbill/pull/1623 - https://github.com/killbill/killbill/pull/1625
When a `PENDING` subscription is cancelled on its exact effective start date, the state returned is a question of semantics. Simply changing the behavior to return a `CANCELLED` state triggers...
Does not seem to work after testing via Kaui. This is what I did: 1. Set the `org.killbill.subscription.align.effectiveDateForExistingSubscriptions=true` property 2. Set date to `2022-03-29` 3. Uploaded catalogs `catalog-v1.xml` and `catalog-v2.xml`...