-
Notifications
You must be signed in to change notification settings - Fork 3
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
implement PayKonnect 360 #53
Conversation
eds.ssn = ssn | ||
eds.effective_date = effective_date | ||
eds.deduction_type = deduction_type | ||
eds.value = Decimal(value) # type: ignore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do you need to type: ignore
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EmployeeDeductionSetting.value
is given as float. But from other 401k apps that are implemented, it was always declared as Decimal in flux-apps.
flux_sdk/pension/utils/tests/test_pay_konnect/test_pay_konnect_180.py
Outdated
Show resolved
Hide resolved
flux_sdk/pension/utils/pay_konnect_update_deduction_elections.py
Outdated
Show resolved
Hide resolved
flux_sdk/pension/utils/tests/test_pay_konnect/test_pay_konnect_update_deduction_elections.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
https://rippling.atlassian.net/browse/BENPNP-5, https://rippling.atlassian.net/browse/INSURANCE-74722
implement paykonnect 360
Majority of this is taken from existing ascensus 360 apart from field name changes.
For paykonnect 180, I was asked to remove errors if dob is not present. We should still upload irrespective of this