-
There's case when custom plugin URL return non-trivial HTTP errors: 4xx or 5xx.
My experience was, I tried to download plugin from URL, and server return with 400 response code with message: `Down…
-
```java
Account body = new Account();
body.setName("test3");
body.setCurrency(Currency.USD);
body.setExternalKey("89f20977-f937-4bd7-82f9-ac4ef07b9999");
b…
-
**Steps to reproduce:**
- Set the date to 2021-01-01
- Upload the [retire-plan-v1.xml](https://github.com/killbill/killbill-docs/blob/5a61ac1957f9174fd4e291c7b61a17c186194388/catalogs/retire-pla…
-
There's random exception thrown when installing plugin.
```
2024-03-29T22:00:36,844+0000 lvl='ERROR', log='Bus', th='bus_events-th', xff='', rId='', tok='', aRId='', tRId='0', Exception thrown by …
-
Scenario: Kill Bill deployed with default configuration in a k8s environment, with a single pod. `helm upgrade` is used to roll Kill Bill with the following strategy:
```
strategy:
type: Ro…
-
https://github.com/killbill/killbill-client-java/blob/5e267bf6b4d3782a2df038b924f65cf956d622ae/src/main/java/org/killbill/billing/client/api/gen/CatalogApi.java#L254
According to the latest version o…
-
When Redis cache is used, there is an issue in storing the catalog in the cache. The `StandaloneCatalogWithPriceOverride#priceOverride` field does not get stored in the cache. So, when the catalog is …
-
The [Validate Catalog XML](https://killbill.github.io/slate/catalog.html#validate-a-catalog-xml) endpoint causes a NullPointerException when there is a mismatch in the phases of the current catalog an…
-
- New `lifecycle` module (extract beatrix)
- Move `osgi` and `osgi-bundles`
- Only dependencies: killbill-api, killbill-plugin-api
-
Issue: The endpoint https://killbill.github.io/slate/payment.html#capture-an-existing-authorization-using-paymentid errors out in PHP client, the chargeback reversal is correctly recorded though.
C…