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[
|
<script type="text/javascript">//<!--<![CDATA[
|
||||||
if(window.opener && !window.opener.closed) {
|
if(window.opener && !window.opener.closed) {
|
||||||
window.opener.payman_callback({
|
window.opener.payman_callback({
|
||||||
"token": "$_token",
|
"token": "$_token",
|
||||||
"ordr_idxx": "$ordr_idxx",
|
"ordr_idxx": "$ordr_idxx",
|
||||||
"res_cd": "$res_cd",
|
"res_cd": "$res_cd",
|
||||||
"pay_method_alias": "$pay_method_alias"
|
"pay_method_alias": "$pay_method_alias"
|
||||||
});
|
});
|
||||||
window.close();
|
window.close();
|
||||||
self.close();
|
self.close();
|
||||||
this.close();
|
this.close();
|
||||||
}
|
}
|
||||||
//]]>--></script>
|
//]]>--></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user