hotgluexyz / tap-chargebee

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

Add `discounts` in `Subscriptions` schema #53

Open sahirasiag opened 5 months ago

sahirasiag commented 5 months ago

Hey,

Thanks for creating a tap for chargebee!

Right now the field discounts is not included in the schema json of Subscriptions at tap_chargebee/schemas/subscriptions.json. It is a jsonb field and is present in the documentation.

I am using the product catalog 2.0

Can we please add that?