This commit is contained in:
2022-09-22 20:08:59 -04:00
parent 27238f212b
commit 019c41a954
+3
View File
@@ -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 );