Skip to main content

requeue

async fn requeue(
    tx: &mut PgConnection,
    id: Uuid,
    from_state: CreditRegistrationState,
    actor_user_id: Uuid,
    reason: Option<&str>,
) -> Result<CreditRegistrationState, ControllerError>
Expand description

transition_to_ready_to_submit plus making the row due now, for the single-row endpoint.