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

default callback to undefined #18

Closed vincit-austin closed 3 years ago

vincit-austin commented 3 years ago

request currently does not allow you to skip providing a callback to the request function. In the logic, it knows how to handle undefined for promises, but we have to provide the undefined value explicitly

cb-rakesh commented 3 years ago

This has been merged in v2.2.0.