Update ordercomplete.pgkcp.php

This commit is contained in:
Namhyeon Go 2018-09-24 06:00:19 +09:00 committed by GitHub
parent 4d5aa00cb5
commit e5919e0707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,4 +46,6 @@ redirect_uri(get_final_link($redirect_url, array(
"_route" => get_requested_value("route"),
"_action" => $action,
"_ordr_idxx" => $ordr_idxx
), false));
), false), array(
"check_origin" => true
));