ws channel close after payment success
This commit is contained in:
@@ -305,6 +305,7 @@ $(document).ready(function() {
|
|||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
window.location.href = "/";
|
window.location.href = "/";
|
||||||
}, 3000);
|
}, 3000);
|
||||||
|
ws.close();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
error: function(xhr, status, error) {
|
error: function(xhr, status, error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user