Reshma Bidikar

Results 78 issues of Reshma Bidikar

**Steps to reproduce:** 1. Set `org.killbill.subscription.align.effectiveDateForExistingSubscriptions` to true 2. Upload [Insurance v1](https://github.com/killbill/killbill/files/11228127/Insurance-v1.zip) and [Insurance v2](https://github.com/killbill/killbill/files/11228128/Insurance-v2.zip) 3. Set the date to `2023-03-28` (`v1` is effective) 4. Create a new account (say...

bug
SUBSCRIPTION_BASE

Steps to reproduce: 1. Set date to `2023-01-01`. 2. Upload the [attached](https://github.com/killbill/killbill/files/10542005/in-advance-arrear-and-inarrear-with-trial.zip) catalog. 4. Create a new account. 5. Create a subscription corresponding to the `standard-monthly-in-arrear-with-trial` plan. 6. [Trigger invoice...

Summary of the issue: 1. A payment is triggered corresponding to an invoice. The underlying payment plugin returns a `PENDING` status. 2. After a while, the payment fails. The payment...

**Steps to reproduce:** Invoke the [Add Custom Field to Subscription](https://killbill.github.io/slate/#subscription-add-custom-fields-to-subscription) endpoint with a UUID corresponding to an account and specify `objectType=SUBSCRIPTION`. This is allowed, so the custom field gets added...

The kpm diagnostic tool fails when there are no records in the `tenant_kvs` table with the following keys: ``` PLUGIN_CONFIG PUSH_NOTIFICATION_CB PER_TENANT_CONFIG PLUGIN_PAYMENT_STATE_MACHINE CATALOG OVERDUE_CONFIG INVOICE_TRANSLATION CATALOG_TRANSLATION INVOICE_TEMPLATE INVOICE_MP_TEMPLATE ```...

Currently, the kpm_ci job [fails](https://github.com/killbill/killbill-cloud/actions/runs/7813204187/job/21311863048). This needs to be fixed. Some notes: - There is a 3.x compatible version at https://github.com/Homebrew/homebrew-portable-ruby/releases. We need to try to upgrade to the 3.1.4...

The [registerPushNotificationCallback](registerPushNotificationCallback) code does not work. On invoking this code as follows: ``` const api: killbill.TenantApi = new killbill.TenantApi(config); const cb = 'http://demo/callmeback'; api.registerPushNotificationCallback('created-by', cb, 'reason', 'comment') ``` The following...

There is an issue while configuring email notifications from Kaui. The following exception occurs: ``` 2021-11-09T08:44:40,503+0000 lvl='ERROR', log='Err', th='http-nio-8080-exec-7', xff='', rId='', tok='', aRId='', tRId='1',execution of: POST/v1/accounts/d0753a3d-48e4-465e-8428-2e131584100c resulted in exception Route:...

bug

Kill Bill `0.24.x` added a new feature that allows specifying a quantity with a subscription. See https://github.com/killbill/killbill/issues/1651 and https://killbill.github.io/slate/#subscription-subscription-resource. The corresponding changes need to be implemented on the Kaui side.

enhancement

The [upload catalog translation](https://killbill.github.io/slate/invoice.html#upload-the-catalog-translation-for-the-tenant) and [upload invoice translation](https://killbill.github.io/slate/invoice.html#upload-the-invoice-translation-for-the-tenant) code causes the following error: ``` org.killbill.billing.client.KillBillClientException: Invalid locale format: fr_FR/ ``` The following stack trace is seen in the Kill Bill...