Skip to content

Commit e285053

Browse files
authored
Update back.php
1 parent fac2adb commit e285053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pay/back.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
}
171171

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

0 commit comments

Comments
 (0)