fix confirmation
This commit is contained in:
@@ -681,7 +681,7 @@ long WrenchBoardTopupResult(CVars in, CVars &out){
|
||||
map_to_cvars(f, rec);
|
||||
|
||||
out["return_status"] = rec["return_status"]; out["return_status"].set_valid( true );
|
||||
in["payment_id"] = rec["trx_id"]; in["payment_id"].set_valid( true );
|
||||
in["payment_id"] = rec["payment_id"]; in["payment_id"].set_valid( true );
|
||||
if ( in["payment_id"] !="" && in["payment_id"].Long() > 0 ){
|
||||
load_db_record( out, "SELECT confirmation FROM members_payments WHERE id = %lu", in["payment_id"].Long());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user