fix wallet load

This commit is contained in:
CHIEFSOFT\ameye
2024-07-09 09:42:21 -04:00
parent 1da40abc03
commit a30c760637
2 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -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";
}
}