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

Make AppInfo public #1132

Closed
wants to merge 1 commit into from
Closed

Make AppInfo public #1132

wants to merge 1 commit into from

Conversation

mindlapse
Copy link

Summary

Making AppInfo & AppInfo create methods public to allow 3rd party plugins (e.g. tipsi-stripe) to be updated so that they can start providing plugin information. Fixes #1131

Motivation

We are working on upgrading tipsi-stripe so that it will start providing plugin information to Stripe, and we need to be able to call stripe.setAppInfo(AppInfo.create(...)), which requires AppInfo to be public so that it can be imported and the create methods to be public so that they can be invoked.

Testing

Build passed (if any additional testing beyond this is needed please let me know!)

Making AppInfo & AppInfo create methods public to allow 3rd party plugins (e.g. tipsi-stripe) to be updated so that they can start providing user-agent information.  Fixes stripe#1131
@mshafrir-stripe
Copy link
Collaborator

Thanks for submitting the PR. I ended up implementing it myself before seeing yours in #1133.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AppInfo class needs to be public
2 participants