Update ordercomplete.pgkcp.php

This commit is contained in:
Namhyeon Go 2019-10-14 01:16:47 +09:00 committed by GitHub
parent b8af7b66e7
commit a4e8152d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,14 +64,14 @@ if(empty($redirect_url)) {
<script type="text/javascript">//<!--<![CDATA[
if(window.opener && !window.opener.closed) {
window.opener.payman_callback({
"token": "$_token",
"token": "$_token",
"ordr_idxx": "$ordr_idxx",
"res_cd": "$res_cd",
"pay_method_alias": "$pay_method_alias"
});
window.close();
self.close();
this.close();
self.close();
this.close();
}
//]]>--></script>
</body>