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

pub async fn update_payment_status<'_, '_>(
    id: &'_ str,
    status: PaymentStatus,
    db: &'_ Database
) -> Result<UpdateResult, Error>