Update orderpay.pgkcp.1.js

This commit is contained in:
Namhyeon Go 2019-11-22 23:10:48 +09:00 committed by GitHub
parent 5e63ef5cda
commit 5d9f453a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ function m_Completepayment( FormOrJson, closeEvent )
self.close();
this.close();
} else {
window.location.href = "/";
window.location.href = document.getElementById("redirect_url").value;
}
}
}