-
Notifications
You must be signed in to change notification settings - Fork 62
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
Need typescript support #82
Comments
I agree with this. I'm working on a team that's using authorize.net for a relatively large project and would strongly benefit from typings. They shouldn't be too hard to generate from the existing JavaScript code. I'm currently considering adding types through the DefinitelyTyped project, which would then be theoretically installed via EDIT: never mind -- it's not in DefinitelyTyped, but there's this repo which has types for this package: |
Types were created around a year ago |
That was created by me and is using |
This sdk should be typed like any other modern node package. Not having this feature will force our team switch to Stripe or some other service.
The text was updated successfully, but these errors were encountered: