Reshma Bidikar

Results 78 issues of Reshma Bidikar

Enhance the [Invoice Dry Run ](https://killbill.github.io/slate/#invoice-generate-a-dry-run-invoice) endpoint so that it displays the upcoming invoice in case a user purchases multiple subscriptions. Currently, when `dryRunType=SUBSCRIPTION_ACTION` and `dryRunAction=START_BILLING` are specified, the endpoint...

enhancement
SUBSCRIPTION_BASE

Steps to Reproduce: 1. Upload attached catalog 2. Create a subscription corresponding to the `premium-support-monthly-notrial` plan 3. Add the `premium-support-addon-monthly-notrial` addon 4. Move clock by 10 days 5. Change base...

When the OSGI database properties are not specified in the Kill Bill configuration, an issue occurs while starting a plugin. Steps to reproduce: 1. Ensure that the OSGI database properties...

- An extra `locale` parameter is specified in the [InvoiceResource.getInvoiceMPTemplate](https://github.com/killbill/killbill/blob/585d68891b06f3329379548583a33fe94b9250ea/jaxrs/src/main/java/org/killbill/billing/jaxrs/resources/InvoiceResource.java#L801) method definition. This needs to be removed. Once this is fixed, the code for the [Kill Bill Java client](https://github.com/killbill/killbill-client-java) also...

The following error occurs while invoking the [Upload Catalog Translation](https://killbill.github.io/slate/#invoice-upload-the-catalog-translation-for-the-tenant)/ [Upload Invoice Translation](https://killbill.github.io/slate/#invoice-upload-the-invoice-translation-for-the-tenant) endpoints via Java code: `Invalid locale format: en_US/` On further investigation, it was founded that these methods...

Steps to reproduce: 1. Upload [attached ](https://github.com/killbill/killbill/files/7638972/fixedterm.zip)catalog (has a 36 MONTHS `FIXEDTERM` phase and a `BIENNIAL` billing period) 2. Create a subscription. Invoice is generated with a CTD of 2...

SUBSCRIPTION_BASE
api

There is an issue in loading an overdue.xml file that has a `totalUnpaidInvoiceBalanceEqualsOrExceeds ` condition. The problematic `overdue.xml` is attached. [bad_overdue.zip](https://github.com/killbill/killbill/files/7097226/bad_overdue.zip) Steps to reproduce: 1. Create a new tenant 2....

bug
OVERDUE

If add-ons with a future date are present in a subscription and if you try to change the subscription plan, this results in a NullPointerException. Steps to reproduce: - Create...

bug
SUBSCRIPTION_BASE

Hello, I've been using Mailsluper for my development testing and it was working fine. However, today all of a sudden it is unable to consume emails. The following is shown...