Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiMGF2 authored Oct 24, 2023
1 parent 773c032 commit 8b17064
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,9 @@ function StatusPayment($paymentid){
$textproduct = "🛍 برای خرید اشتراک سرویس مدنظر خود را انتخاب کنید
لوکیشن سرویس :$location ";
sendmessage($from_id,$textproduct, $json_list_product_list, 'HTML');
$stmt = $connect->prepare("UPDATE user SET Processing_value = ? WHERE id = ?");
$stmt->bind_param("ss", $location, $from_id);
$stmt->execute();
}else{
sendmessage($from_id, $textbotlang['users']['Service']['Location'], $list_marzban_panel_user, 'HTML');
}
Expand Down

0 comments on commit 8b17064

Please sign in to comment.