[][src]Function wccg_data::repositories::order::payment_order_repository::get

pub async fn get<'_, '_>(
    id: &'_ str,
    db: &'_ Database
) -> Result<Option<PaymentOrder>, Error>