-
**Versions**:
- chargebee-php:3.2.0-rc.1
- guzzlehttp/guzzle: "7.4.0"
Code triggering error:
```
$cb_subscriptions = ChargeBee_Subscription::all([
"limit" => 100,
"offset" => $offset,
…
-
Python version: 3.9
Library version: 2.10.0
Code:
`result = chargebee.Subscription.cancel(subscription_id)`
**Canceling subscription raise error:**
`‘chargebee.api_error.APIError: This API o…
-
`Chargebee.configure()` makes a call to the Chargebee API, but because it doesn't take a completion handler, the calling code can't know when it's done. If the calling code continues and makes another…
-
I was all excited to use this and instant fail. Update the packages before announcing to the world next time.
Because every version of dfc_flutter from git depends on flutter_svg ^0.23.0+1 and eve…
-
Hi team at Chargebee,
While using this API to call the list endpoint for item prices:
```
. . .
const result = await chargebee.item_price.list().request();
. . .
```
The resulting data in…
-
Code that triggers the error from API:
```
$all = ChargeBee_Subscription::all([
"limit" => 100, // 100 is max
"sortBy[asc]" => "updated_at",
"itemId[is]" => $pp_free_plan_id,
]);
```
…
-
In neither 2.9.0 nor 2.10.0, enum com.chargebee.models.enums.EventType is missing a corresponding type for "subscription_activated_with_backdating" thus caused EventType _UNKNOWN
-
I would like to be able to set a timeout for requests being sent to chargebee. I am happy to make a pull request to enable this behaviour. I can see two ways to go here:
1. Add a timeout to the `En…
-
https://trustup.monday.com/boards/1776296206/pulses/1846744895
-
Internal thread: https://gitpod.slack.com/archives/C02EN94AEPL/p1646071841755889
We should align with @mikenikles on a implementation. Suggestions:
- https://www.osano.com/cookieconsent
- https…