Commit 9fb8e22d authored by Javi Safont's avatar Javi Safont
Browse files

Parche trial

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -98,7 +98,7 @@ if ($_POST["user"]!='') {
$rstipo = $link->query("select * from productos where prod_redsys_service_id = $subscription->id_service");
if ($rstipo) while ( $sql_oktipo= $rstipo->fetch_assoc()) {
$id = $sql_oktipo['prod_id'];
$link->query("update users set user_producto = $id where user_id = $userloginid");
$link->query("update users set user_producto = $id, trial_period = 0 where user_id = $userloginid");
$redsysok=true;
break;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment