Skip to content
New issue

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

Missing properties and fields #3

Open
cwjames19 opened this issue Feb 17, 2023 · 1 comment
Open

Missing properties and fields #3

cwjames19 opened this issue Feb 17, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@cwjames19
Copy link

I know this package was just updated but I am still seeing some definitions which don't match the Chargebee.js API docs.

For example, in the docs Chargebee.init shows publishableKey as an optional field and several other properties such as enableRedirectMode and domain are included. Also, Chargebee.getPortalSections and Chargebee.registerAgain are not defined in this package.

Thank you for the work you've already done and I look forward to using this package when it is complete.

@cb-dinesh cb-dinesh self-assigned this Aug 2, 2023
@cb-dinesh cb-dinesh added the bug Something isn't working label Aug 2, 2023
@krisu-pl
Copy link

krisu-pl commented Nov 15, 2024

Any update on this? It's November 2024 and I still see properties that are optional in docs but they are required in Typescript, eg.

type OpenCheckoutOptions = {
  hostedPage: Function;
  layout: Layout;
  loaded: Function;
  error: Function;
  success(hostedPageId: string): void;
  close: Function;
  step(currentStep: string): void;
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants