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

Remove toJson() from StripeJsonModel #1078

Closed
wants to merge 1 commit into from
Closed

Conversation

mshafrir-stripe
Copy link
Collaborator

toJson() was previously used in the implementation of equals()
(see #813). Now that it is no longer used in equals(), it is
no longer needed.

Remove all implementations of toJson() and rename StripeJsonModel
to StripeModel.

`toJson()` was previously used in the implementation of `equals()`
(see #813). Now that it is no longer used in `equals()`, it is
no longer needed.

Remove all implementations of toJson() and rename `StripeJsonModel`
to `StripeModel`.
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