You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
I fixed it by making txhash unique
$sql="select * from payment where txhash='$txhash'";
$result = mysqli_query($link, $sql);
if ($result->num_rows > 0){
while ($row = $result->fetch_assoc()){
$stat=1;
}}
if(stat==1){}else{
//update your payments
}
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Payment my callback url called delay. for example, i transfer the amount on the 12:00 am, and my callback url called 4-5 hours delay.
The text was updated successfully, but these errors were encountered: