Skip to content

Conversation

@nikhilvangumallarc
Copy link
Collaborator

No description provided.

amount_to_adjust - user_loan.get_remaining_max(event_id=event.id),
)
add_early_close_charges(session, user_loan, event.post_date, extra_amount)
slide_payment_to_emis(user_loan, event, extra_amount)
Copy link
Contributor

Choose a reason for hiding this comment

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

don't do this here. do it in the loop. you can't be certain that the payments will get slid into this. do it after it has been handled.

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.

4 participants