Update ordercomplete.pgkcp.php
This commit is contained in:
parent
b8af7b66e7
commit
a4e8152d4c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user