headless_lms_models::marketing_consents

Function upsert_marketing_consent

Source
pub async fn upsert_marketing_consent(
    conn: &mut PgConnection,
    course_id: Uuid,
    course_language_group_id: Uuid,
    user_id: &Uuid,
    email_subscription: &str,
    marketing_consent: bool,
) -> Result<Uuid>