singer-io / tap-chargebee

Singer.io tap for extracting data from the Chargebee API
https://www.singer.io/
GNU Affero General Public License v3.0
7 stars 32 forks source link

fix: Prevent truncating invoice lineItem taxRates #102

Closed RushiT0122 closed 1 year ago

RushiT0122 commented 1 year ago

tax_rate can't be stored as an integer because many states allow fractional tax rates

This change makes it match credit_notes.json (which stores correctly as a float)

Description of change

Manual QA steps

Risks

Rollback steps