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

Removed unused variable for issue #143 #145

Merged
merged 1 commit into from
Jul 6, 2024

Conversation

randy-shreeves
Copy link
Collaborator

Removed unused loan_to_value variable. Verified that all calculation are still accurate by using https://usmortgagecalculator.org/ . The variable is no longer used because it's only purpose was to check if a user has supplied a down payment of greater than or equal to 20%. that check is now being handled as a pop up window on the front end.

Removed unused loan_to_value variable. Verified that all calculation
are still accurate by using https://usmortgagecalculator.org/ . The
variable is no longer used because it's only purpose was to check if a
user has supplied a down payment of greater than or equal to 20%. that
check is now being handled as a pop up window on the front end.
@Josh-Voyles Josh-Voyles self-requested a review July 6, 2024 14:02
Copy link
Owner

@Josh-Voyles Josh-Voyles left a comment

Choose a reason for hiding this comment

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

Great!

@Josh-Voyles Josh-Voyles merged commit 62c7b9e into develop Jul 6, 2024
1 check passed
@Josh-Voyles Josh-Voyles deleted the unused-loan-to-value-variable branch July 6, 2024 14:02
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