pub fn get_age_since_status_change(
tx: &TransactionRepoModel,
) -> Result<Duration, TransactionError>Expand description
Get age since status last changed Uses sent_at, otherwise falls back to created_at
pub fn get_age_since_status_change(
tx: &TransactionRepoModel,
) -> Result<Duration, TransactionError>Get age since status last changed Uses sent_at, otherwise falls back to created_at