You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have cloned this repo, and trying to Read (all) Emp Salary & Wages from PayrollNZ.
Its coming up as an Internal Server Error and the terminal shows
ValueError: Invalid value for annual_salary, must not be None
I have not made any changes, is there anything I need to do?
I can access other PayrollNZ information as well as accounting info. But Salary and wages is what I really need.
Any help would be very much appreciated,
CS
The text was updated successfully, but these errors were encountered:
Hi,
I am using the DemoCompany. Seems that when I comment out the code in the class that generated the ValueError, the Read (all) Emp Salary & Wages call now works fine.
Might this cause issues later?
Digging into this and it seems that the demo company has an hourly employee with the annual salary field set to null in the API response. Will need to check with the API team whether that should be a number even if the number is 0
Hi,
I have cloned this repo, and trying to Read (all) Emp Salary & Wages from PayrollNZ.
Its coming up as an Internal Server Error and the terminal shows
I have not made any changes, is there anything I need to do?
I can access other PayrollNZ information as well as accounting info. But Salary and wages is what I really need.
Any help would be very much appreciated,
CS
The text was updated successfully, but these errors were encountered: