fix wallet load
This commit is contained in:
@@ -995,7 +995,7 @@ long WrenchRefundoffer( CVars in, CVars &out )
|
||||
//pgsql_exec("UPDATE members_jobs_offer SET payment_id = %lu WHERE id = %lu",x["payment_id"].Long(),x["what_offer"].Long() );
|
||||
load_db_record( out, "SELECT * FROM members_payments WHERE id = %lu ", payment_id );
|
||||
} else {
|
||||
out["status"] = "Unable to create payment";
|
||||
out["status"] = "Unable to Refund Payment";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user