Skip to content

Commit

Permalink
Merge branch 'OK-hakemusmaksut' into MERGE__BRANCH_FROM_QA_ONLY_TO_UN…
Browse files Browse the repository at this point in the history
…TUVA
  • Loading branch information
vaeinoe committed Dec 3, 2024
2 parents 1acd8d7 + 4e6f6b2 commit fe3fba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/ataru/virkailija/virkailija_routes.clj
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
(api/POST "/start-kk-application-payment-status-updater-job/:person-oid/:term/:year" {session :session}
:path-params [person-oid :- s/Str
term :- s/Str
year :- s/Str]
year :- s/Int]
:summary "Triggers a job for updating internal payment status for single higher education application payment"
(if (get-in session [:identity :superuser])
(do (kk-application-payment-status-updater-job/start-update-kk-payment-status-for-person-job
Expand Down

0 comments on commit fe3fba9

Please sign in to comment.