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

Fix incorrect property name on ThinEvent.related_object.type #1423

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xavdid-stripe
Copy link
Member

I noticed what was probably a typo in the properties of ThinEvent.related_object. While type is a global function (and typical reserved word) it's a perfectly valid property name.

In general, we want the property names on types to match the values you get from the API responses (so users can more easily navigate unfamiliar SDK usage), so it's probably worth updating.

That said, this is technically a breaking change so we might want to hold off on merging it?

@xavdid-stripe xavdid-stripe requested review from a team and helenye-stripe and removed request for a team November 8, 2024 00:36
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.

1 participant