Function pay_for_user_server

Source
async fn pay_for_user_server(
    user: String,
    amount: f64,
) -> Result<(), ServerFnError>