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 right_of_occupancy_payment logic #108

Merged
merged 1 commit into from
May 30, 2024
Merged

Remove right_of_occupancy_payment logic #108

merged 1 commit into from
May 30, 2024

Conversation

rbreve
Copy link
Contributor

@rbreve rbreve commented May 28, 2024

If release_payment exists use it as price, if not use haso_fee. The right_of_occupancy_payment is no longer used in the Apartment object. Removed right_of_occupancy_payment from Apartment, added haso_fee.

@@ -4,7 +4,6 @@ describe('getApartmentPrice', () => {
it("should return '-' if is haso and both release_payment and right_of_occupancy_payment is null", () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

right_of_occupancy_payment field is removed

If release_payment exists use it as price, if not use haso_fee.
The right_of_occupancy_payment is no longer used in the Apartment object.
Removed right_of_occupancy_payment from Apartment, added haso_fee.
Copy link

sonarcloud bot commented May 30, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@rbreve rbreve merged commit 755e67c into develop May 30, 2024
2 checks passed
@rbreve rbreve changed the title Change right_of_occupancy_payment logic Remove right_of_occupancy_payment logic May 30, 2024
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.

None yet

2 participants