|
|
@@ -1266,7 +1266,7 @@ var paymentInfoSet = function() {
|
|
|
} else if (pgGb == "KAKAO") {
|
|
|
fnKakaoPaymentReady();
|
|
|
} else if (pgGb == "KCP" || pgGb == "PAYCO") {
|
|
|
- $("#order_info input[name=Ret_URL]").val(_frontUrl + "/order/pay/result/response");
|
|
|
+ $("#order_info input[name=Ret_URL]").val("http://" + _frontUrl + "/order/pay/result/response");
|
|
|
kcp_AJAX();
|
|
|
}
|
|
|
}
|