ws channel close after payment success

This commit is contained in:
aungthetkhaing
2025-05-28 11:22:17 +06:30
parent 0f8d8da046
commit 75fa4436ff

View File

@@ -305,6 +305,7 @@ $(document).ready(function() {
setTimeout(function() {
window.location.href = "/";
}, 3000);
ws.close();
}
},
error: function(xhr, status, error) {