fix
This commit is contained in:
@@ -604,6 +604,9 @@ Foreign-key constraints:
|
||||
|
||||
x["what_offer"] = in["offer_id"]; x["what_offer"].set_valid( true );
|
||||
x["flags"] = FLAG_INIT; x["flags"].set_valid( true ); // starting the pprocess
|
||||
|
||||
x["currency"] = vw["currency"]; x["currency"].set_valid( true );
|
||||
|
||||
payment_id = insert_db_record( DBS_VALID, "members_payments", "members_payments_id_seq", x );
|
||||
out["payment_id"] = payment_id; out["payment_id"].set_valid( true );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user