Skip to content

Commit

Permalink
Update back.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wizwizdev authored Sep 19, 2023
1 parent fac2adb commit e285053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pay/back.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
}

function doAction($payRowId, $gateType){
global $connection, $admin, $botUrl, $mainKeys;
global $connection, $admin, $botUrl, $mainKeys, $botState;
$time = time();
$stmt = $connection->prepare("SELECT * FROM `pays` WHERE `id` = ? AND `state` = 'pending'");
$stmt->bind_param("i", $payRowId);
Expand Down

0 comments on commit e285053

Please sign in to comment.