We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i did this request:
const result: ListResult = await this.chargebeeApi.plan .list({ limit: 100 }) .param({ "status[is]": "active", "cf_productgroup_id[in]": productGroupIds }) .request();
where cf_productgroup_id is a cutom field.
this returns all products, regardless whether cf_productgroup_id is set or not.
This seems very inconsistent and a bug
The text was updated successfully, but these errors were encountered:
in
is
No branches or pull requests
i did this request:
where cf_productgroup_id is a cutom field.
this returns all products, regardless whether cf_productgroup_id is set or not.
This seems very inconsistent and a bug
The text was updated successfully, but these errors were encountered: