Reshma Bidikar
Reshma Bidikar
The [Get Queue Entries](https://killbill.github.io/slate/admin.html#get-queue-entries) endpoint returns a streamed response I believe (See [this line](https://github.com/killbill/killbill/blob/e288ee37b96cb5d2ffa996fe753c6aeac895fa31/jaxrs/src/main/java/org/killbill/billing/jaxrs/resources/AdminResource.java#L177)). However, the Java client does not support this and only returns the status code See [this...
Ruby code is missing for the following methods: - [x] [Tenant push notifications](https://killbill.github.io/slate/?ruby#tenant-push-notifications) - [x] [Tenant System properties configuration](https://killbill.github.io/slate/?ruby#tenant-system-properties-configuration) - [x] [Tenant Payment States Machine configuration](https://killbill.github.io/slate/?ruby#tenant-payment-state-machines) - [x] [Update Subscription...
The Ruby code is incorrect for the following methods: - [x] [Delete subscription custom fields](https://killbill.github.io/slate/?ruby#subscription-remove-custom-fields-from-subscription) - The API endpoint allows deleting multiple custom fields when multiple `customField` query parameters are...
A usage plugin API doc needs to be created similar to the [entitlement plugin doc](https://docs.killbill.io/latest/entitlement_plugin.html). This should cover the use cases for usage plugin API.
Added a new document that explains a bit about reference time and fixed offset timezone.
Update AWS docs with instructions on how to install a plugin. More details [here](https://github.com/killbill/aws-marketplace/issues/10#issuecomment-1571655842).
Review https://groups.google.com/g/killbilling-users/c/UW9Whktvwog and https://groups.google.com/g/killbilling-users/c/zDRfR4fYEQs and update blocking states documentation as required.
**Steps to reproduce:** 1. Upload the following catalog: ``` 2010-02-08T00:00:00+00:00 Cloud IN_ARREAR USD BASE IMMEDIATE START_OF_BUNDLE IMMEDIATE START_OF_BUNDLE ACCOUNT DEFAULT Server UNLIMITED MONTHLY USD 100.00 MONTHLY server-hourly-type-1 1 USD 1.00...
**Steps to reproduce:** 1. Create a new account 2. Create an external charge of `$100` 3. Write off the invoice 4. [Retrieve the invoice by number](https://killbill.github.io/slate/invoice.html#retrieve-an-invoice-by-number) - This returns the...
**Steps to reproduce:** 1. Upload [catalogTest.xml](https://github.com/killbill/killbill/files/14610157/catalogTest.zip) 2. Set the time to `2024-03-04T9:00` 3. Create an account in PST timezone with reference time as `2024-03-04T9:00` 4. Set the time to `2024-03-04T9:05`...