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

[KAHOOT FORK] Add billTo to Account #24

Conversation

cheekychops
Copy link
Collaborator

No description provided.

@@ -605,6 +618,9 @@ public boolean equals(final Object o) {
if (parentAccountCode != null ? !parentAccountCode.equals(account.parentAccountCode) : account.parentAccountCode != null) {
return false;
}
if (billTo != null ? !billTo.equals(account.billTo) : account.billTo != null) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like this is equal to Objects.equals(billTo, account.billTo)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but I'm following the style of the existing code.

@cheekychops cheekychops merged commit 1a022d3 into master Sep 11, 2024
1 check passed
@cheekychops cheekychops deleted the BACK-10525-map-recurlys-bill-to-and-parent-account-code-properties branch September 11, 2024 12:38
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.

2 participants