Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiMGF2 committed Nov 23, 2023
1 parent 4023950 commit a7f7180
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,6 @@ function StatusPayment($paymentid){
sendmessage($from_id, $textcreatuser, $Shoppinginfo, 'HTML');
sendmessage($from_id, $textbotlang['users']['selectoption'], $keyboard, 'HTML');
}
$priceproduct = $info_product['price_product'];
$stmt = $connect->prepare("UPDATE user SET Balance = ? WHERE id = ?");
$Balance_prim = $user['Balance'] - $priceproduct;
$stmt->bind_param("ss", $Balance_prim, $from_id);
Expand Down

0 comments on commit a7f7180

Please sign in to comment.