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
fix postman collection after merging
fix maxPossibleDays calculation
don't update amount in challenge as it is not allowed by Challenge API
ref issue #431
thrownewerrors.BadRequestError(`Days cannot be more than not paid days which is ${maxPossibleDays}`)
279
+
thrownewerrors.BadRequestError(`Cannot update days paid to more than ${maxPossibleDays}, otherwise total paid days (${correspondingWorkPeriod.daysPaid-oldValue.days}) would be more that total worked days (${correspondingWorkPeriod.daysWorked}) for the week.`)
0 commit comments