chargebee / chargebee-typescript

Typescript library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=typescript
MIT License
22 stars 16 forks source link

fix: Add VAT to Customer.list #48

Closed ihmpavel closed 6 months ago

ihmpavel commented 6 months ago

Searching with customer.list() throws an error, that we are unable to search via vat_number or vat_number_prefix.

This PR adds types, because this behavior is already implemented on backend.

sonarcloud[bot] commented 6 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
9.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

ihmpavel commented 6 months ago

Edit: This is not implemented in API